summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorb3niup2023-03-27 07:18:54 +0200
committerb3niup2023-03-27 07:18:54 +0200
commit36581093f503c2ffad95ae1d8d4a71b2ffd15a64 (patch)
tree49f7148f9b3bd8a4a33c5d3360524537ef474a95
parente65a2ca5139cf78640422da412cb4d157d95dc98 (diff)
downloadaur-36581093f503c2ffad95ae1d8d4a71b2ffd15a64.tar.gz
Update to 5.0.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfe1ba1fcb1c..2ab5507037d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 2
+ pkgver = 5.0
+ pkgrel = 1
url = http://www.gnucash.org
arch = x86_64
arch = aarch64
@@ -27,9 +27,9 @@ pkgbase = gnucash-xbt-minimal
conflicts = gnucash-devel
conflicts = gnucash-xbt
options = !emptydirs
- source = https://github.com/Gnucash/gnucash/releases/download/4.13/gnucash-4.13.tar.bz2
+ source = https://github.com/Gnucash/gnucash/releases/download/5.0/gnucash-5.0.tar.bz2
source = xbt.patch
- sha256sums = 401a158086635ea17fbb145325558537289aa1d24d022f7c3317e12f3dabd8e7
+ sha256sums = cfc13bab31aed8e4962805ef56530f9772889604910b5678cb5c79c283138824
sha256sums = 8cf12425a9f66c69473d83582742244889dc0ffb854d3a502aca58bc649878d4
pkgname = gnucash-xbt-minimal
diff --git a/PKGBUILD b/PKGBUILD
index 59bed3204b52..d99415b62040 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=gnucash-xbt-minimal
_pkgname=gnucash
-pkgver=4.13
-pkgrel=2
+pkgver=5.0
+pkgrel=1
_sourcerel=
pkgdesc="A personal and small-business financial-accounting application with Bitcoin but without ofx/qfx import and aqbanking support"
arch=(x86_64 aarch64)
@@ -23,7 +23,7 @@ provides=(gnucash)
source=("https://github.com/Gnucash/${_pkgname}/releases/download/${pkgver}/${_pkgname}-${pkgver}${_sourcerel}.tar.bz2"
"xbt.patch")
-sha256sums=('401a158086635ea17fbb145325558537289aa1d24d022f7c3317e12f3dabd8e7'
+sha256sums=('cfc13bab31aed8e4962805ef56530f9772889604910b5678cb5c79c283138824'
'8cf12425a9f66c69473d83582742244889dc0ffb854d3a502aca58bc649878d4')
prepare() {