summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2019-09-23 15:45:57 +0000
committerDaniel Bermond2019-09-23 15:45:57 +0000
commitb446aa3678d39afdbda4fcfa35e202d265940b26 (patch)
tree31f4545310ada7aeee89e23f1885175dc1998687 /PKGBUILD
parent4ce099a676b4a16a57bc05df6bba5f16bdb1c41d (diff)
downloadaur-b446aa3678d39afdbda4fcfa35e202d265940b26.tar.gz
Remove support for i686 architecture
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')