summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2017-02-07 20:31:29 +0100
committerNarrat2017-02-07 20:31:29 +0100
commit95e788703cda7a6a478abcbf3f56ac0484e33aa2 (patch)
tree22cfe2fe5e36cb9d77e5ad5f88b181e2beeb38c2
parentf191b5c1f1be23276eabbc9297fcbe6336bd29b5 (diff)
downloadaur-95e788703cda7a6a478abcbf3f56ac0484e33aa2.tar.gz
ytfs-git: Forgot makedeps
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a937c88202b..c54314bcb9d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = ytfs-git
url = https://github.com/rasguanabana/ytfs
arch = any
license = MIT
+ makedepends = git
depends = python-requests
depends = python-fusepy
depends = youtube-dl
diff --git a/PKGBUILD b/PKGBUILD
index d8e186f8613c..252426ca168e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('any')
url="https://github.com/rasguanabana/ytfs"
license=('MIT')
depends=('python-requests' 'python-fusepy' 'youtube-dl')
+makedepends=('git')
source=("git://github.com/rasguanabana/${_pkgname}.git")
md5sums=('SKIP')