diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-01-23 14:14:29 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:46 +0200 |
commit | f9f51b8f101b91e2e48697f09008e5e7165211ed (patch) | |
tree | 32dd9de462aa9f55f254ea0c1e4b54722d3d3385 | |
parent | d25b073579cfffe7bcfcae96e4a4907161d2a10e (diff) | |
download | pkgbuilds-f9f51b8f101b91e2e48697f09008e5e7165211ed.tar.xz |
python-pafy: updpkg 0.3.66 → 0.3.68
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -2,15 +2,15 @@ # Mon Jun 1 15:00:56 UTC 2015 pkgbase = python-pafy pkgdesc = Python API for YouTube - pkgver = 0.3.66 - pkgrel = 2 + pkgver = 0.3.68 + pkgrel = 1 url = http://np1.github.io/pafy arch = any license = GPL3 depends = python optdepends = ffmpeg: fix issues with audio file downloads - source = https://github.com/np1/pafy/archive/v0.3.66.tar.gz - sha1sums = bdd097229443a4cec1226d5a428ac859e528be0d + source = https://github.com/np1/pafy/archive/v0.3.68.tar.gz + sha1sums = 727466219e7fbde1bc947616ec08238b8065bc86 pkgname = python-pafy @@ -1,6 +1,6 @@ pkgname=python-pafy -pkgver=0.3.66 -pkgrel=2 +pkgver=0.3.68 +pkgrel=1 pkgdesc="Python API for YouTube" url="http://np1.github.io/pafy" @@ -12,7 +12,7 @@ optdepends=('ffmpeg: fix issues with audio file downloads') source=("https://github.com/np1/pafy/archive/v$pkgver.tar.gz") -sha1sums=('bdd097229443a4cec1226d5a428ac859e528be0d') +sha1sums=('727466219e7fbde1bc947616ec08238b8065bc86') package() { cd pafy-$pkgver |