summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIvy Foster2016-06-12 17:28:06 -0500
committerIvy Foster2016-06-12 17:28:06 -0500
commita49b75428a10b8b3fe7bd8cbbf95adad32e6277a (patch)
tree7f0dd4cb6d0a5bca168dac09e01fe9129aa30a08 /PKGBUILD
parentc048d8b866f50bb8fe92449756c9312a8130dc7b (diff)
downloadaur-a49b75428a10b8b3fe7bd8cbbf95adad32e6277a.tar.gz
Add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01fa45456c74..25f022bbbdbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname='libwapcaplet-git'
pkgver=0.3.0.r0.g894913a
-pkgrel=1
+pkgrel=2
pkgdesc='String internment library with rapid string comparison'
url='http://www.netsurf-browser.org/projects/libwapcaplet/'
license=('MIT')
-makedepends=('netsurf-buildsystem-git')
+makedepends=('git' 'netsurf-buildsystem-git')
checkdepends=('check')
provides=('libwapcaplet')
conflicts=('libwapcaplet')