summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodl2017-02-11 19:05:18 +0100
committercodl2017-02-11 19:05:18 +0100
commit3419ea0ac64e4eeb01c29e8a3f315344f8260c8e (patch)
tree309f48d76fb14b146f8d6146d9ee7faf26afb1a3
parent817bcddde6f4fe941063c22697ac5d4921a0f01a (diff)
downloadaur-3419ea0ac64e4eeb01c29e8a3f315344f8260c8e.tar.gz
add git to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b28323d1ffa..6c40f88e5c53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = wuzz
pkgdesc = Interactive cli tool for HTTP inspection
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/asciimoo/wuzz
arch = x86_64
arch = i686
license = AGPL3
makedepends = go
+ makedepends = git
options = !strip
options = !emptydirs
source = https://github.com/asciimoo/wuzz/archive/v0.1.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 04341347992e..c476f5a363ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=wuzz
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Interactive cli tool for HTTP inspection"
arch=('x86_64' 'i686')
url="https://github.com/asciimoo/wuzz"
license=('AGPL3')
-makedepends=('go')
+makedepends=('go' 'git')
options=('!strip' '!emptydirs')
source=("https://github.com/asciimoo/wuzz/archive/v0.1.0.tar.gz")
sha256sums=('7752557fd00e8c6427de690fb3eaef1d0679657d1c34a43fb53faa733891f3ec')