diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-04 18:10:35 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 12:02:11 +0200 |
commit | 3ceabf8c901585a59663fa12d1d08af4e3827079 (patch) | |
tree | 7ddab2a7e30d6848a1eb717217f71e2b2dde7428 | |
parent | 96f5cc46e98aff6f0b80aacaf4a31dcb976b4835 (diff) | |
download | pkgbuilds-3ceabf8c901585a59663fa12d1d08af4e3827079.tar.xz |
Clean up PKGBUILD
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 7 insertions, 5 deletions
@@ -2,7 +2,7 @@ # Mon Jun 1 13:54:23 UTC 2015 pkgbase = python-pafy-git pkgdesc = Python API for YouTube - Download videos and retrieve metadata from YouTube. - pkgver = git + pkgver = 0.3.56.r0.g1589217 pkgrel = 1 url = http://np1.github.io/pafy arch = any @@ -1,14 +1,16 @@ -# Maintainer: Johannes Löthberg <johannes2kyriasis.com> - pkgname=python-pafy-git -pkgver=git +pkgver=0.3.56.r0.g1589217 pkgrel=1 + pkgdesc="Python API for YouTube - Download videos and retrieve metadata from YouTube." -arch=('any') url="http://np1.github.io/pafy" +arch=('any') license=('GPL3') + depends=('python') + conflicts=('python-pafy') + source=('git+https://github.com/np1/pafy.git') md5sums=('SKIP') |