summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2017-09-04 11:50:38 -0400
committerTed Alff2017-09-04 11:50:38 -0400
commitb87f621f547b4b7b884f9018128e6f49fe5e5fe9 (patch)
tree997620133064e20406cf7d6184c186cae250aa1b /PKGBUILD
parent342c7cdbf30515c97f1a8c7f2d40a4c1f49e820d (diff)
downloadaur-b87f621f547b4b7b884f9018128e6f49fe5e5fe9.tar.gz
Need git for git package. whoops
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 434f0c6ed959..b83f76c659fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url='http://www.libopenr2.org/'
license=('GPL' 'LGPL')
depends=('glibc') #dahdi only used for r2test (needs zaptel driver)
-makedepends=('cmake')
+makedepends=('git' 'cmake')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("${_pkgname}::git+https://github.com/moises-silva/openr2"