aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-30 23:37:36 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:43 +0200
commit645b22edf0aaa084c625e0f8529f7b3eebb900ba (patch)
tree5839de5294ff71189e12533c9b9bd66937130279 /PKGBUILD
parentbb49d8e92a23368776f30fbb12c4d886b1344a72 (diff)
downloadpkgbuilds-645b22edf0aaa084c625e0f8529f7b3eebb900ba.tar.xz
python-pafy: updpkg 0.3.62 → 0.3.64
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1384c00..5f1a2eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=python-pafy
-pkgver=0.3.62
+pkgver=0.3.64
pkgrel=1
-pkgdesc="Python API for YouTube - Download videos and retrieve metadata."
+pkgdesc="Python API for YouTube"
url="http://np1.github.io/pafy"
arch=('any')
license=('GPL3')
@@ -11,7 +11,7 @@ depends=('python')
source=("https://github.com/np1/pafy/archive/v$pkgver.tar.gz")
-sha256sums=('48eba571074dbe79814a5028b8ad0a2403ead5d226969cf8666585079e910fb4')
+sha1sums=('53b2bab4f4eb06c6f623b2dd850172ec28a6c27f')
package() {
cd pafy-$pkgver