summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf40c35dd3fb..9e9484364307 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = fann
pkgdesc = Fast artificial neural network library
pkgver = 2.2.0
- pkgrel = 4
+ pkgrel = 5
url = http://leenissen.dk/fann/
- arch = i686
arch = x86_64
license = LGPL2.1
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 6bb621802583..7f695bc9412f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=fann
pkgver=2.2.0
-pkgrel=4
+pkgrel=5
pkgdesc='Fast artificial neural network library'
url='http://leenissen.dk/fann/'
-arch=('i686' 'x86_64')
+arch=('x86_64')
license=('LGPL2.1')
depends=('glibc')
makedepends=('cmake')