summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a434b9f35f10..f6d126d1f80c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = libestr
pkgver = 0.1.10
pkgrel = 1
url = http://libestr.adiscon.com/
- arch = x86_64
+ arch = any
license = LGPL2.1
source = http://libestr.adiscon.com/files/download/libestr-0.1.10.tar.gz
md5sums = f4c9165a23587e77f7efe65d676d5e8e
diff --git a/PKGBUILD b/PKGBUILD
index f51d21960c07..b3aab0420649 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=0.1.10
pkgrel=1
pkgdesc="essentials for string handling (and a bit more)"
url="http://libestr.adiscon.com/"
-arch=('x86_64')
+arch=('any')
license=('LGPL2.1')
depends=()
source=("http://libestr.adiscon.com/files/download/libestr-$pkgver.tar.gz")