summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorultraviolet2015-07-07 02:56:53 -0600
committerultraviolet2015-07-07 02:56:53 -0600
commit10feb709852d4b0d1359007fed00f21ca9f75acc (patch)
tree2710ed06432d76f6c1fe86ab81732f53bb2fd301
parentc12d22190be232169df35734c9036845ead3c5b9 (diff)
downloadaur-10feb709852d4b0d1359007fed00f21ca9f75acc.tar.gz
removed unnecessary architecture specification
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48704ad64588..4ea060f5b1e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,7 @@ pkgbase = iioutils
pkgver = 0.2
pkgrel = 2
url = http://sourceforge.net/projects/iioutils/
- arch = i686
- arch = x86_64
+ arch = any
license = GPL
depends = sysfsutils
source = http://sourceforge.net/projects/iioutils/files/iioutils/iioutils-0.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 0d8f51b9c00e..7f0dcbb3f7df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=iioutils
pkgver=0.2
pkgrel=2
pkgdesc="The Industrial I/O equivalent to pciutils"
-arch=('i686' 'x86_64')
+arch=('any')
license=('GPL')
depends=('sysfsutils')
url="http://sourceforge.net/projects/iioutils/"