summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca 'meti' P2018-03-22 06:45:15 +0100
committerLuca 'meti' P2018-03-22 06:45:15 +0100
commitbdb8295852ae8292e79e6ac3d65934abf9aa7bb3 (patch)
tree6d6caa09f088930e7dc329b410ecb8ef0ff79553
parent68c8b24380c969ef0406b759ef27ce16ee645a99 (diff)
downloadaur-bdb8295852ae8292e79e6ac3d65934abf9aa7bb3.tar.gz
Removed arch 'any', used specific archs instead
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e2c08d37af1..4178b694642b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = libee
pkgdesc = event expression library inspired by CEE
pkgver = 0.4.1
- pkgrel = 3
+ pkgrel = 4
url = http://www.libee.org/
- arch = any
+ arch = x86_64
+ arch = i686
license = LGPL2.1
depends = libestr
depends = glibc
diff --git a/PKGBUILD b/PKGBUILD
index 65ba463c25fb..4046c7e75344 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=libee
pkgver=0.4.1
-pkgrel=3
+pkgrel=4
pkgdesc="event expression library inspired by CEE"
url="http://www.libee.org/"
-arch=('any')
+arch=('x86_64' 'i686')
license=('LGPL2.1')
depends=('libestr' 'glibc')
makedepends=()