summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorb3niup2023-02-02 10:13:28 +0100
committerb3niup2023-02-02 10:13:28 +0100
commit4de61b9ac6d469b6be9be6e51e7be62b5a17cf17 (patch)
tree8dde1cfd518833947287d4b5418c04e1f159c5d5
parenta3f54916109e7f3a98bbfa9cfd93ec5974fa0c0e (diff)
downloadaur-4de61b9ac6d469b6be9be6e51e7be62b5a17cf17.tar.gz
Bump release to force rebuild, add aarch64 architecture.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e482cb489cd..cb6fc8ec7201 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = gnucash-xbt
pkgdesc = A personal and small-business financial-accounting application with Bitcoin 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 3c688bfee145..e7c858e06211 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=gnucash-xbt
_pkgname=gnucash
pkgver=4.13
-pkgrel=1
+pkgrel=2
_sourcerel=
pkgdesc="A personal and small-business financial-accounting application with Bitcoin support"
-arch=(x86_64)
+arch=(x86_64 aarch64)
url="http://www.gnucash.org"
license=(GPL)
depends=(aqbanking boost-libs libdbi libdbi-drivers webkit2gtk libsecret libofx)