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