summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e13244a42901..7563eca0b41b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# piÄ… maj 6 15:01:45 UTC 2016
+# pon sie 8 19:54:57 UTC 2016
pkgbase = gnucash-xbt
pkgdesc = A personal and small-business financial-accounting application with Bitcoin support
- pkgver = 2.6.12
- pkgrel = 4
+ pkgver = 2.6.13
+ pkgrel = 1
url = http://www.gnucash.org
arch = i686
arch = x86_64
@@ -31,9 +31,9 @@ pkgbase = gnucash-xbt
conflicts = gnucash-devel
options = !makeflags
options = !emptydirs
- source = http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.12.tar.bz2
+ source = http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.13.tar.bz2
source = xbt.patch
- sha1sums = c4e38f8ffb2d82a2dfc8ebc6884e53eeaef72d9f
+ sha1sums = 6ae9476141d98d9c986018d5ee593bbb80c0942d
sha1sums = 7244b9cc71d0d03c43055c062f3eeba5e3544630
pkgname = gnucash-xbt
diff --git a/PKGBUILD b/PKGBUILD
index 5202e198782a..bbea77ed3ecd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=gnucash-xbt
_pkgname=gnucash
-pkgver=2.6.12
-pkgrel=4
+pkgver=2.6.13
+pkgrel=1
pkgdesc="A personal and small-business financial-accounting application with Bitcoin support"
arch=('i686' 'x86_64')
url="http://www.gnucash.org"
@@ -19,7 +19,7 @@ conflicts=('gnucash' 'gnucash-devel')
provides=('gnucash')
source=("http://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-${pkgver}.tar.bz2"
"xbt.patch")
-sha1sums=('c4e38f8ffb2d82a2dfc8ebc6884e53eeaef72d9f'
+sha1sums=('6ae9476141d98d9c986018d5ee593bbb80c0942d'
'7244b9cc71d0d03c43055c062f3eeba5e3544630')
prepare() {
@@ -49,7 +49,4 @@ package() {
# to the location that it was built at.
rm -f "${pkgdir}"/usr/bin/gnucash-valgrind
- # fix FS#45453
- sed -i 's/exec gnucash-env [^[:space:]]*/exec gnucash-env guile/g' "${pkgdir}/usr/lib/gnucash/overrides/gnucash-make-guids"
- rm "${pkgdir}/usr/lib/gnucash/overrides/guile"
}