aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-03-03 09:04:32 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:39 +0200
commit40ed032c0fbbf4a8293a28b920cd9779c8da750e (patch)
tree354abe1549301ff20730de5bc31dff91221826a1 /PKGBUILD
parentfa290ee3e317078a67ff576af5512ece1b908d59 (diff)
downloadpkgbuilds-40ed032c0fbbf4a8293a28b920cd9779c8da750e.tar.xz
python-pafy: updpkg → 0.3.39
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f51eee3..dd97042 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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