summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {