summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorb3niup2023-03-27 07:18:30 +0200
committerb3niup2023-03-27 07:18:30 +0200
commitd4919f5ea7e462d78495cb45afb65f300e360d62 (patch)
treef3c35150866515e92e7dd3dc270442e219594968
parent4de61b9ac6d469b6be9be6e51e7be62b5a17cf17 (diff)
downloadaur-d4919f5ea7e462d78495cb45afb65f300e360d62.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 cb6fc8ec7201..104cb5b3ce34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnucash-xbt
pkgdesc = A personal and small-business financial-accounting application with Bitcoin 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
conflicts = gnucash
conflicts = gnucash-devel
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
diff --git a/PKGBUILD b/PKGBUILD
index e7c858e06211..a4bd7d91b78a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=gnucash-xbt
_pkgname=gnucash
-pkgver=4.13
-pkgrel=2
+pkgver=5.0
+pkgrel=1
_sourcerel=
pkgdesc="A personal and small-business financial-accounting application with Bitcoin 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() {