summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorultraviolet2015-07-07 03:01:12 -0600
committerultraviolet2015-07-07 03:01:12 -0600
commit298bb876aa67b56971ff1a76203d3b5a3d9f7975 (patch)
tree75d8dc7a09faf05b3607479081e4d7a0313bcb5d
parent6e984ff686075cb406edc3ad125714dcb8410d93 (diff)
downloadaur-298bb876aa67b56971ff1a76203d3b5a3d9f7975.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 44ddac1e6f2d..7866d5708a35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,7 @@ pkgbase = sixpair
pkgver = 1.8
pkgrel = 4
url = http://www.pabr.org/sixlinux/
- arch = i686
- arch = x86_64
+ arch = any
license = GPL
depends = libusb
depends = libusb-compat
diff --git a/PKGBUILD b/PKGBUILD
index ca3a96ee66e9..196731fc3fa4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=sixpair
pkgver=1.8
pkgrel=4
pkgdesc="Associate PS3 Sixaxis controller to system bluetoothd via USB"
-arch=('i686' 'x86_64')
+arch=('any')
url="http://www.pabr.org/sixlinux/"
license=('GPL')
depends=('libusb' 'libusb-compat' 'libx11' 'glibc' 'bluez-utils')