summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29c8e7a6da05..0c72b2e2442c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnucash-xbt
pkgdesc = A personal and small-business financial-accounting application with Bitcoin support
- pkgver = 3.5
+ pkgver = 3.10
pkgrel = 1
url = http://www.gnucash.org
arch = x86_64
@@ -24,9 +24,9 @@ pkgbase = gnucash-xbt
conflicts = gnucash
conflicts = gnucash-devel
options = !emptydirs
- source = https://github.com/Gnucash/gnucash/releases/download/3.5/gnucash-3.5.tar.bz2
+ source = https://github.com/Gnucash/gnucash/releases/download/3.10/gnucash-3.10.tar.bz2
source = xbt.patch
- sha256sums = 776d0b51b6029e25b5c7e9eb86021d5ecf1b09d8f3241b279f76dba9cc3b7745
+ sha256sums = b60772c276a63639964d1e24c795fbb9a7c0c6c45959168fe5cdfe08eb796f16
sha256sums = 8cf12425a9f66c69473d83582742244889dc0ffb854d3a502aca58bc649878d4
pkgname = gnucash-xbt
diff --git a/PKGBUILD b/PKGBUILD
index 1aac835a2f38..178b42182edb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnucash-xbt
_pkgname=gnucash
-pkgver=3.5
+pkgver=3.10
pkgrel=1
_sourcerel=
pkgdesc="A personal and small-business financial-accounting application with Bitcoin support"
@@ -23,7 +23,7 @@ provides=(gnucash)
source=("https://github.com/Gnucash/${_pkgname}/releases/download/${pkgver}/${_pkgname}-${pkgver}${_sourcerel}.tar.bz2"
"xbt.patch")
-sha256sums=('776d0b51b6029e25b5c7e9eb86021d5ecf1b09d8f3241b279f76dba9cc3b7745'
+sha256sums=('b60772c276a63639964d1e24c795fbb9a7c0c6c45959168fe5cdfe08eb796f16'
'8cf12425a9f66c69473d83582742244889dc0ffb854d3a502aca58bc649878d4')
prepare() {
@@ -37,7 +37,7 @@ prepare() {
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib \
-DHAVE_GWEN_GTK3=ON \
- -DCOMPILE_GSCHEMAS=NO \
+ -DCOMPILE_GSCHEMAS=OFF \
-DWITH_OFX=ON \
-DWITH_AQBANKING=ON \
"${srcdir}/${_pkgname}-${pkgver}"