summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35c023862191..cfe1ba1fcb1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = gnucash-xbt-minimal
pkgdesc = A personal and small-business financial-accounting application with Bitcoin but without ofx/qfx import and aqbanking support
pkgver = 4.13
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnucash.org
arch = x86_64
+ arch = aarch64
license = GPL
makedepends = boost
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 547f44b5a45f..59bed3204b52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=gnucash-xbt-minimal
_pkgname=gnucash
pkgver=4.13
-pkgrel=1
+pkgrel=2
_sourcerel=
pkgdesc="A personal and small-business financial-accounting application with Bitcoin but without ofx/qfx import and aqbanking support"
-arch=(x86_64)
+arch=(x86_64 aarch64)
url="http://www.gnucash.org"
license=(GPL)
depends=(webkit2gtk boost-libs libdbi libdbi-drivers guile libsecret)