summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuca 'meti' P2018-03-22 06:46:21 +0100
committerLuca 'meti' P2018-03-22 06:46:21 +0100
commit4b79d3b7f02d86a58036136a75c7227f9aebbd8b (patch)
tree5882ebf1acae9ddd17d11081618a6dd7387fb9d4 /PKGBUILD
parent80dfbeeed20df339e19b6665758640dca756d638 (diff)
downloadaur-4b79d3b7f02d86a58036136a75c7227f9aebbd8b.tar.gz
Removed arch 'any' and used 'x86_64' 'i686' instead
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3aab0420649..7bd5e8321fac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=libestr
pkgver=0.1.10
-pkgrel=1
+pkgrel=2
pkgdesc="essentials for string handling (and a bit more)"
url="http://libestr.adiscon.com/"
-arch=('any')
+arch=('x86_64' 'i686')
license=('LGPL2.1')
depends=()
source=("http://libestr.adiscon.com/files/download/libestr-$pkgver.tar.gz")