diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-25 17:04:46 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:39 +0200 |
commit | fa290ee3e317078a67ff576af5512ece1b908d59 (patch) | |
tree | ac226f982508e6d1c4ececb56b1d696e0ca07c12 /PKGBUILD | |
parent | 3480e4c12360f1a9967aa9e680f8e1c4b2a3dbe2 (diff) | |
download | pkgbuilds-fa290ee3e317078a67ff576af5512ece1b908d59.tar.xz |
python-pafy: updpkg
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |