summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorb3niup2018-05-06 07:12:51 +0200
committerb3niup2018-05-06 07:12:51 +0200
commitf177eb21667fe809000014922f65d666a9cd854d (patch)
treeab1284e526047687065dfaa87b7e140cef0e18f8
parenta7049e0928895f406d932258905378eb519472bc (diff)
downloadaur-f177eb21667fe809000014922f65d666a9cd854d.tar.gz
Update to 3.1-1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70cf5ea98062..2ef8a5f22916 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnucash-xbt-minimal
pkgdesc = A personal and small-business financial-accounting application with Bitcoin but without ofx/qfx import and aqbanking support
- pkgver = 3.0
+ pkgver = 3.1
pkgrel = 1
url = http://www.gnucash.org
arch = i686
@@ -25,9 +25,9 @@ pkgbase = gnucash-xbt-minimal
conflicts = gnucash-xbt
options = !makeflags
options = !emptydirs
- source = https://github.com/Gnucash/gnucash/releases/download/3.0/gnucash-3.0.tar.bz2
+ source = https://github.com/Gnucash/gnucash/releases/download/3.1/gnucash-3.1-1.tar.bz2
source = xbt.patch
- sha1sums = a575e853668b93b34dcd94f0ef0d1fee25b0165f
+ sha1sums = 8ba1e61db532571e9c5423caadfbc551f6fb1b82
sha1sums = 52cf6820bf1dd87b5807997e49ec9c861ff516af
pkgname = gnucash-xbt-minimal
diff --git a/PKGBUILD b/PKGBUILD
index 0e3d88a293e9..5bbaf7cde1a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=gnucash-xbt-minimal
_pkgname=gnucash
-pkgver=3.0
+pkgver=3.1
pkgrel=1
-_sourcerel=
+_sourcerel=-1
pkgdesc="A personal and small-business financial-accounting application with Bitcoin but without ofx/qfx import and aqbanking support"
arch=('i686' 'x86_64')
url="http://www.gnucash.org"
@@ -22,7 +22,7 @@ conflicts=('gnucash' 'gnucash-devel' 'gnucash-xbt')
provides=('gnucash')
source=("https://github.com/Gnucash/${_pkgname}/releases/download/${pkgver}/${_pkgname}-${pkgver}${_sourcerel}.tar.bz2"
"xbt.patch")
-sha1sums=('a575e853668b93b34dcd94f0ef0d1fee25b0165f'
+sha1sums=('8ba1e61db532571e9c5423caadfbc551f6fb1b82'
'52cf6820bf1dd87b5807997e49ec9c861ff516af')
prepare() {