summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcabbage2018-02-09 17:33:45 +0800
committercabbage2018-02-09 17:33:45 +0800
commit56dc64536c985b9f65be6c41b61d708c2190d442 (patch)
treef0644652ba3116a53deab06dc8b09d668634052c
parent01a7871ed310993149682c592c83d2f4ea26b3ed (diff)
downloadaur-56dc64536c985b9f65be6c41b61d708c2190d442.tar.gz
Fix architecture conf in PKGBUILD
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9308ed6235ec..9baee6601095 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,8 @@ pkgbase = gnome-screenshot-heavy-shadow
pkgver = 3.25.0
pkgrel = 1
url = https://github.com/Cabbagec/gnome-screenshot-heavy-shadow
- arch = any
+ arch = i686
+ arch = x86_64
groups = gnome
license = GPL2
makedepends = meson
diff --git a/PKGBUILD b/PKGBUILD
index 0b575edd3914..7208b596b621 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=gnome-screenshot-heavy-shadow
pkgver=3.25.0
pkgrel=1
pkgdesc="Take pictures of your screen, with modified shadow effect"
-arch=('any')
+arch=('i686' 'x86_64')
url="https://github.com/Cabbagec/gnome-screenshot-heavy-shadow"
license=('GPL2')
groups=('gnome')