aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b93bbf..580dec6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by makepkg 4.2.1
-# Mon Jun 1 13:54:23 UTC 2015
+# Mon Jun 1 13:54:24 UTC 2015
pkgbase = python-pafy-git
pkgdesc = Python API for YouTube - Download videos and retrieve metadata from YouTube.
pkgver = 0.3.56.r0.g1589271
@@ -8,6 +8,7 @@ pkgbase = python-pafy-git
arch = any
license = GPL3
depends = python
+ provides = python-pafy
conflicts = python-pafy
source = git+https://github.com/np1/pafy.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 28d3b96..4251355 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ license=('GPL3')
depends=('python')
+provides=('python-pafy')
conflicts=('python-pafy')
source=('git+https://github.com/np1/pafy.git')