summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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() {