summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2019-09-23 15:45:57 +0000
committerDaniel Bermond2019-09-23 15:45:57 +0000
commitb446aa3678d39afdbda4fcfa35e202d265940b26 (patch)
tree31f4545310ada7aeee89e23f1885175dc1998687
parent4ce099a676b4a16a57bc05df6bba5f16bdb1c41d (diff)
downloadaur-b446aa3678d39afdbda4fcfa35e202d265940b26.tar.gz
Remove support for i686 architecture
-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')