summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcucullus2016-12-03 19:44:57 +0300
committercucullus2016-12-03 19:44:57 +0300
commit49288f95d04bb090ac1b80bd25592ca02be59916 (patch)
treefbb417c8457953e70b93a0538261435508a1ea32 /PKGBUILD
parent157d6b162ebf976c7bef62fbcc1236826287a805 (diff)
downloadaur-49288f95d04bb090ac1b80bd25592ca02be59916.tar.gz
0.20.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c933e3b0a129..1424f51276e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Previously contributed by StormBlast and Vyazovoi
pkgname=gxneur
-pkgver=0.19.0
+pkgver=0.20.0
pkgrel=1
pkgdesc='GTK frontend for XNeur'
url="http://www.xneur.ru"
@@ -10,11 +10,10 @@ arch=('i686' 'x86_64')
license=('GPL')
depends=('libglade' "xneur>=$pkgver" 'gconf')
source=("https://raw.githubusercontent.com/AndrewCrewKuznetsov/xneur-devel/master/dists/$pkgver/gxneur_$pkgver.orig.tar.gz")
-md5sums=('42f43cdc16517c84ef1b6ac64b8b9fb3')
+md5sums=('fbd9099e998f49a95ff44d6c922097d2')
build() {
cd $srcdir/$pkgname-$pkgver
-CPPFLAGS="-Wno-misleading-indentation -Wno-unused-variable"
./configure --prefix=/usr
make
}