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.39 +pkgver=0.3.42 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=('c8f38d53c1b7d30ddd652f59972178dc') +sha256sums=('04bbcab4e427a14a939e1b8a0abc20872fa3cb779da4fac726144ab5b8a5e551') package() { cd pafy-$pkgver |