summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 115bd94997ab..bff208f519f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = ply-git
url = https://github.com/iovisor/ply
arch = x86_64
license = BSD
+ makedepends = git
provides = ply
source = git+https://github.com/iovisor/ply
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 15653d91e154..287efda7adfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('x86_64')
url="https://github.com/iovisor/ply"
license=('BSD')
provides=('ply')
+makedepends=('git')
source=("git+https://github.com/iovisor/${_pkgname}")
md5sums=('SKIP')