summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e6547c845a3..bd6e8a966640 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
# Generated by mksrcinfo v8
-# Sun Oct 1 18:37:25 UTC 2017
+# Sun Sep 20 21:19:13 UTC 2020
pkgbase = obfuscate
pkgdesc = Obfuscates standard input by adding or substracting a constant from each byte.
pkgver = 1
pkgrel = 2
+ url = https://github.com/lopsided98/obfuscate
arch = i686
arch = x86_64
arch = armv7h
license = GPL3
makedepends = git
depends = glibc
- source = git+https://github.com/lopsided98/obfuscate.git#commit=
+ source = git+https://github.com/lopsided98/obfuscate.git#commit=afc08fa741f54d612c6ecfaf44985958d11eab23
md5sums = SKIP
pkgname = obfuscate
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() {