summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorb3niup2020-10-04 18:45:16 +0200
committerb3niup2020-10-04 18:45:16 +0200
commit1e452f6ad2592794026a897739f9af4940eaf684 (patch)
tree406e6187f81f2484fd8d5cfe8218c2066551e6b5 /PKGBUILD
parent68c1fe3a6c63be89d57a59315f075ef2c05876b1 (diff)
downloadaur-1e452f6ad2592794026a897739f9af4940eaf684.tar.gz
Update to 4.2.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2457127e43ce..c477f567d449 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=gnucash-xbt-minimal
_pkgname=gnucash
-pkgver=4.1
+pkgver=4.2
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)
url="http://www.gnucash.org"
license=(GPL)
-depends=(webkit2gtk boost-libs guile libsecret)
-makedepends=(boost cmake gmock libdbi libdbi-drivers libmariadbclient postgresql-libs swig)
+depends=(webkit2gtk boost-libs libdbi libdbi-drivers guile libsecret)
+makedepends=(boost cmake gmock libmariadbclient postgresql-libs swig)
optdepends=(
'gnucash-docs: for documentation'
'iso-codes: for translation of currency names'
@@ -23,7 +23,7 @@ provides=(gnucash)
source=("https://github.com/Gnucash/${_pkgname}/releases/download/${pkgver}/${_pkgname}-${pkgver}${_sourcerel}.tar.bz2"
"xbt.patch")
-sha256sums=('a40fc37122e1466c8085ad2be914f0687a111065f15c5d952faede78802225aa'
+sha256sums=('56d8ab039ef7784303ca9eab14bfc20f593f7a3f9b682a8a7eac25906a0d1308'
'8cf12425a9f66c69473d83582742244889dc0ffb854d3a502aca58bc649878d4')
prepare() {