summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBen Wolsieffer2020-09-20 17:19:33 -0400
committerBen Wolsieffer2020-09-20 17:19:33 -0400
commitcaa0cba3037b134c1d180d5df18d2f5951411849 (patch)
tree6c8c61f457901458a641115e76b2710d38acd561 /PKGBUILD
parent5658b302ab253df4123628fbe621283c6b72df8b (diff)
downloadaur-obfuscate.tar.gz
Fix commit variable.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a060ebdbf959..bdff60df48b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
pkgname=obfuscate
pkgver=1
-pkgrel=2
+pkgrel=3
_commit='afc08fa741f54d612c6ecfaf44985958d11eab23'
pkgdesc='Obfuscates standard input by adding or substracting a constant from each byte.'
arch=('i686' 'x86_64' 'armv7h')
+url='https://github.com/lopsided98/obfuscate'
license=('GPL3')
depends=('glibc')
makedepends=('git')
-source=("git+https://github.com/lopsided98/obfuscate.git#commit=${commit}")
+source=("git+https://github.com/lopsided98/obfuscate.git#commit=${_commit}")
md5sums=('SKIP')
build() {