summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneodarz2019-08-04 12:33:02 +0200
committerneodarz2019-08-04 12:33:02 +0200
commitb928b502c340a79d48539013eeb3b6f1b8800b99 (patch)
tree45f5d2757e32e25a338a5925ac2cba47da914262
parent3262a5785f8e5aec2c261e73c076d69516f96df4 (diff)
downloadaur-b928b502c340a79d48539013eeb3b6f1b8800b99.tar.gz
Add makedepends packages
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13cc049fdc4b..f9eda040c9c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = python2-pafy
url = http://np1.github.io/pafy
arch = any
license = GPL3
+ makedepends = git
+ makedepends = python2-setuptools
depends = python2
depends = python2-youtube-dl
provides = python2-pafy
diff --git a/PKGBUILD b/PKGBUILD
index ca37ef8da752..fbb87183ef51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,7 @@ license=('GPL3')
provides=('python2-pafy')
depends=('python2' 'python2-youtube-dl')
+makedepends=('git' 'python2-setuptools')
conflicts=('python-pafy')
source=("python-pafy-$pkgver.tar.gz::https://github.com/mps-youtube/pafy/archive/v$pkgver.tar.gz")