summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Wolsieffer2017-10-01 14:37:34 -0400
committerBen Wolsieffer2017-10-01 14:37:34 -0400
commit5658b302ab253df4123628fbe621283c6b72df8b (patch)
tree21ad620c1f07564351cf185f285dc02843e8a966
parentc4ed91f3cff56089c7f82671d95a33738233a8d9 (diff)
downloadaur-5658b302ab253df4123628fbe621283c6b72df8b.tar.gz
Add git to makedepends.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5527057de64b..7e6547c845a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Thu Dec 8 03:49:49 UTC 2016
+# Sun Oct 1 18:37:25 UTC 2017
pkgbase = obfuscate
pkgdesc = Obfuscates standard input by adding or substracting a constant from each byte.
pkgver = 1
- pkgrel = 1
+ pkgrel = 2
arch = i686
arch = x86_64
arch = armv7h
license = GPL3
+ makedepends = git
depends = glibc
source = git+https://github.com/lopsided98/obfuscate.git#commit=
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ba20cd6b87e2..a060ebdbf959 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=obfuscate
pkgver=1
-pkgrel=1
+pkgrel=2
_commit='afc08fa741f54d612c6ecfaf44985958d11eab23'
pkgdesc='Obfuscates standard input by adding or substracting a constant from each byte.'
arch=('i686' 'x86_64' 'armv7h')
license=('GPL3')
depends=('glibc')
+makedepends=('git')
source=("git+https://github.com/lopsided98/obfuscate.git#commit=${commit}")
md5sums=('SKIP')