diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Johannes Löthberg <johannes2kyriasis.com> pkgname=python-pafy -pkgver=0.3.36 +pkgver=0.3.39 pkgrel=1 pkgdesc="Python API for YouTube - Download videos and retrieve metadata from YouTube." arch=('any') @@ -9,7 +9,7 @@ url="http://np1.github.io/pafy" license=('GPL3') depends=('python') source=("https://github.com/np1/pafy/archive/v$pkgver.tar.gz") -md5sums=('a8505f19f9d547fdd2da51089d36e6d0') +md5sums=('c8f38d53c1b7d30ddd652f59972178dc') package() { cd pafy-$pkgver |