summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca 'meti' P2018-01-23 22:02:41 +0100
committerLuca 'meti' P2018-01-23 22:02:41 +0100
commit80dfbeeed20df339e19b6665758640dca756d638 (patch)
tree7e7cd386f7e19225c57f62c41cbb71b3ffb8cfec
parentf194ef74b381466cb9581d53e7edd1fd8efabb2f (diff)
downloadaur-80dfbeeed20df339e19b6665758640dca756d638.tar.gz
Modified arch setting to "any"
-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")