summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlireza-S.N2017-03-06 19:47:34 +0330
committerAlireza-S.N2017-03-06 19:47:34 +0330
commitb9a1e0afb45a2ab244b290c6264fb4a1512006f3 (patch)
tree8d6856768880640388e40bec5790b788f278b2fe
parentc0879c520b90d3384b0acbee2b2c2e7ff4eeb7eb (diff)
downloadaur-b9a1e0afb45a2ab244b290c6264fb4a1512006f3.tar.gz
only x86_64 supported
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3abba805e1d0..507eb5126907 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = apk-preview
pkgver = 1.0
pkgrel = 1
url = https://github.com/alireza6677/apk-preview
- arch = any
+ arch = x86_64
license = GPL3
makedepends = git
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 8b4b7eb33dc5..ad03c6affb7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname='apk-preview'
pkgver=1.0
pkgrel=1
pkgdesc="A graphical user interface to see APK file details & icon"
-arch=('any')
+arch=('x86_64')
url='https://github.com/alireza6677/apk-preview'
license=('GPL3')
depends=( 'python' 'python-gobject')