aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c0e229..f51eee3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Johannes Löthberg <johannes2kyriasis.com>
pkgname=python-pafy
-pkgver=0.3.33
+pkgver=0.3.36
pkgrel=1
pkgdesc="Python API for YouTube - Download videos and retrieve metadata from YouTube."
arch=('any')
url="http://np1.github.io/pafy"
license=('GPL3')
depends=('python')
-source=('https://github.com/np1/pafy/archive/v0.3.33.tar.gz')
-md5sums=('5d95cae9ca60570d37a30e4a2671be37')
+source=("https://github.com/np1/pafy/archive/v$pkgver.tar.gz")
+md5sums=('a8505f19f9d547fdd2da51089d36e6d0')
package() {
cd pafy-$pkgver