summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorImNtReal2016-03-10 10:39:43 -0500
committerImNtReal2016-03-10 10:39:43 -0500
commit87a79b2ec403e111cb765b0a36f238a29e1fc499 (patch)
tree88e9c9a9d6c82183fa751965985d00cea6b10c3d
parent8a3c77fbb8ce1d26b31889ff73a63e79c61c00d5 (diff)
downloadaur-87a79b2ec403e111cb765b0a36f238a29e1fc499.tar.gz
fixed architecture
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80b28404db5c..5135f843c7b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
# Generated by mksrcinfo v8
-# Thu Mar 3 18:27:47 UTC 2016
+# Thu Mar 10 15:39:32 UTC 2016
pkgbase = shashlik-bin
pkgdesc = run Android applications on a standard Linux desktop
pkgver = 0.9.3
pkgrel = 1
url = http://www.shashlik.io
- arch = any
+ arch = x86_64
license = GPL
depends = python
depends = lib32-libgl
diff --git a/PKGBUILD b/PKGBUILD
index b75e0e380ce7..a99ff6d8bd51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=shashlik-bin
pkgver=0.9.3
pkgrel=1
pkgdesc="run Android applications on a standard Linux desktop"
-arch=('any')
+arch=('x86_64')
url="http://www.shashlik.io"
license=('GPL')
depends=('python' 'lib32-libgl' 'kdebase-kdialog')