summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7542aeb23e94..a36ce1659de9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = grisbi-git
pkgdesc = Personal financial management program - Development version
- pkgver = 3.1.0.r103.g2d699f987
+ pkgver = 3.1.0.r105.gcf1af9642
pkgrel = 1
epoch = 1
url = https://www.grisbi.org
@@ -15,6 +15,7 @@ pkgbase = grisbi-git
provides = grisbi
conflicts = grisbi
replaces = grisbi
+ options = !debug
source = grisbi-git::git+https://github.com/grisbi/grisbi.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ba48df210d3d..4abfd16eebcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
#Contributor: Maƫl Leclair <mael.leclair@gmail.com>
pkgname=grisbi-git
_pkgname=grisbi
-pkgver=3.1.0.r103.g2d699f987
+pkgver=3.1.0.r105.gcf1af9642
pkgrel=1
epoch=1
pkgdesc="Personal financial management program - Development version"
@@ -17,6 +17,7 @@ conflicts=('grisbi')
replaces=('grisbi')
source=("$pkgname"::'git+https://github.com/grisbi/grisbi.git')
sha256sums=('SKIP')
+options=(!debug)
pkgver() {
cd "$pkgname"