summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a40c2dfb052b..f3660e42de06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pachi
pkgdesc = A reasonably strong engine for the board game go
pkgver = 12.00
- pkgrel = 1
+ pkgrel = 2
url = http://pachi.or.cz/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 35a15927716a..5a93d349ba96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=pachi
pkgver=12.00
_pkgcodename=jowa
-pkgrel=1
+pkgrel=2
pkgdesc="A reasonably strong engine for the board game go"
arch=('i686' 'x86_64')
depends=('glibc')
@@ -22,7 +22,7 @@ prepare() {
build() {
cd $pkgname-$pkgname-$pkgver-$_pkgcodename
- make DCNN=0
+ make
}
package() {