aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-08-04 18:10:35 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-08 12:02:11 +0200
commit3ceabf8c901585a59663fa12d1d08af4e3827079 (patch)
tree7ddab2a7e30d6848a1eb717217f71e2b2dde7428 /PKGBUILD
parent96f5cc46e98aff6f0b80aacaf4a31dcb976b4835 (diff)
downloadpkgbuilds-3ceabf8c901585a59663fa12d1d08af4e3827079.tar.xz
Clean up PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2aca5b6..dd5a53f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')