summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorultraviolet2015-07-07 12:38:07 -0600
committerultraviolet2015-07-07 12:38:07 -0600
commitb3f738d9b5e61f0947f2d2c2c8de234e909c9f61 (patch)
tree4a0a874decdf5dbadda78d037e872c8b3d82e0b8 /PKGBUILD
parent10feb709852d4b0d1359007fed00f21ca9f75acc (diff)
downloadaur-iioutils.tar.gz
Revert "removed unnecessary architecture specification"
Learned what arch=('any') is actually for. This reverts commit 10feb709852d4b0d1359007fed00f21ca9f75acc.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f0dcbb3f7df..0d8f51b9c00e 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=('any')
+arch=('i686' 'x86_64')
license=('GPL')
depends=('sysfsutils')
url="http://sourceforge.net/projects/iioutils/"