summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorb3niup2023-02-02 10:13:10 +0100
committerb3niup2023-02-02 10:13:10 +0100
commite65a2ca5139cf78640422da412cb4d157d95dc98 (patch)
tree6f829b64712a1e0eaef1e7ee3677a2fe30e518fd
parent708931688afa26765aea37b71b6060c183d222a4 (diff)
downloadaur-e65a2ca5139cf78640422da412cb4d157d95dc98.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 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)