summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Ryskalczyk2023-01-17 17:01:07 -0500
committerDavid Ryskalczyk2023-01-17 17:01:07 -0500
commit1ff63a8b9a92394f8125386cd34fd38853e76cb5 (patch)
tree9c50395b511a6310adc77e2b0dd287bb72932db1
parent684bb9dbf696dd204848530c66e6a34594a6383d (diff)
downloadaur-1ff63a8b9a92394f8125386cd34fd38853e76cb5.tar.gz
Bump pkgrel for aarch64 fixes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81dc1ea5fa34..9dfe80a475e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = john-git
pkgdesc = fast password cracker (using the git repository of the jumbo patch)
pkgver = 1.9.0.Jumbo.1.r1012.g9a55a3744
- pkgrel = 1
+ pkgrel = 2
url = http://www.openwall.com/john/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 67562e08fb37..d4b7fa697593 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgname=john
pkgname=john-git
pkgver=1.9.0.Jumbo.1.r1012.g9a55a3744
-pkgrel=1
+pkgrel=2
pkgdesc="fast password cracker (using the git repository of the jumbo patch)"
arch=('i686' 'x86_64' "aarch64")
url="http://www.openwall.com/$_pkgname/"