aboutsummaryrefslogtreecommitdiffstats
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
parent96f5cc46e98aff6f0b80aacaf4a31dcb976b4835 (diff)
downloadpkgbuilds-3ceabf8c901585a59663fa12d1d08af4e3827079.tar.xz
Clean up PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 556c530..d7c86cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
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')