summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSwift Geek2015-06-11 13:39:30 +0200
committerSwift Geek2015-06-11 13:39:30 +0200
commita22ad8f1c250afdc42b1378561f6856414343579 (patch)
treee305ee8a4e4512e4aea0654b9db327cbe255587a
parentdf74d294c448dfe4155ba5fadfde9feb2f926b1d (diff)
downloadaur-a22ad8f1c250afdc42b1378561f6856414343579.tar.gz
Fix arch
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c8330b1864b..344dc2d9b9e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=${pkgname%-*}
pkgver=a
pkgrel=1
pkgdesc="Qt assistant for Rigol DS1000 series scopes"
-arch=('any')
+arch=('i686' 'x86_64')
url="http://www.eevblog.com/forum/testgear/free-ds1052eds1102e-software-for-linux/msg684186/"
license=('GPL2')
makedepends=('git' 'qt5-webkit')