summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorb3niup2022-12-19 07:28:07 +0100
committerb3niup2022-12-19 07:28:07 +0100
commita3f54916109e7f3a98bbfa9cfd93ec5974fa0c0e (patch)
treefe94fd38b7921e4afd5a550a6f378840df3a6bd2
parent5c520f6c91f6680735e569a39f30c3618f539c7e (diff)
downloadaur-a3f54916109e7f3a98bbfa9cfd93ec5974fa0c0e.tar.gz
Update to 4.13.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9aa8df25f0dc..0e482cb489cd 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.12
- pkgrel = 3
+ pkgver = 4.13
+ pkgrel = 1
url = http://www.gnucash.org
arch = x86_64
license = GPL
@@ -26,9 +26,9 @@ pkgbase = gnucash-xbt
conflicts = gnucash
conflicts = gnucash-devel
options = !emptydirs
- source = https://github.com/Gnucash/gnucash/releases/download/4.12/gnucash-4.12.tar.bz2
+ source = https://github.com/Gnucash/gnucash/releases/download/4.13/gnucash-4.13.tar.bz2
source = xbt.patch
- sha256sums = cc8c051a56b8bb433566d6e2890df59f3d895a395c8cf5246c1b728102ce10ae
+ sha256sums = 401a158086635ea17fbb145325558537289aa1d24d022f7c3317e12f3dabd8e7
sha256sums = 8cf12425a9f66c69473d83582742244889dc0ffb854d3a502aca58bc649878d4
pkgname = gnucash-xbt
diff --git a/PKGBUILD b/PKGBUILD
index 039d30fdcd03..3c688bfee145 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=gnucash-xbt
_pkgname=gnucash
-pkgver=4.12
-pkgrel=3
+pkgver=4.13
+pkgrel=1
_sourcerel=
pkgdesc="A personal and small-business financial-accounting application with Bitcoin support"
arch=(x86_64)
@@ -23,7 +23,7 @@ provides=(gnucash)
source=("https://github.com/Gnucash/${_pkgname}/releases/download/${pkgver}/${_pkgname}-${pkgver}${_sourcerel}.tar.bz2"
"xbt.patch")
-sha256sums=('cc8c051a56b8bb433566d6e2890df59f3d895a395c8cf5246c1b728102ce10ae'
+sha256sums=('401a158086635ea17fbb145325558537289aa1d24d022f7c3317e12f3dabd8e7'
'8cf12425a9f66c69473d83582742244889dc0ffb854d3a502aca58bc649878d4')
prepare() {