summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2021-06-04 16:11:10 +0200
committerfordprefect2021-06-04 16:11:10 +0200
commit3aa9d81149f39840e206e46b76940d457ab16af7 (patch)
treedd7c324ca67e9c0e965da2848ad5dc2b0b865e6a
parentae037ae3a8768601d6b1c4f1789f8f6791798daf (diff)
downloadaur-3aa9d81149f39840e206e46b76940d457ab16af7.tar.gz
add aarch64
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a9d82f00608..0f97f2ced004 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = hibiscus
install = hibiscus.install
arch = x86_64
arch = i686
+ arch = aarch64
license = GPL2
makedepends = unzip
depends = java-runtime>=1.5
diff --git a/PKGBUILD b/PKGBUILD
index ddd3432b6c0b..b331a91d9b65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=2.10.3
_pkgver=2.10
pkgrel=1
pkgdesc="HBCI banking plugin for jameica."
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'aarch64')
url="https://www.willuhn.de/projects/hibiscus/"
license=("GPL2")
depends=('java-runtime>=1.5' 'jameica>=2.8')