summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2020-12-19 19:07:47 -0700
committerBrian Bidulock2020-12-19 19:07:47 -0700
commita72f541423939e5383589615c3e10754c6323d01 (patch)
treedf60eae42282f0c151c3af2e4e2aecff8c61badf
parent07da6255ec60e452b8e88a3504e8f128db23981b (diff)
downloadaur-a72f541423939e5383589615c3e10754c6323d01.tar.gz
add i686 support
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 571d0991bc23..bdb85bf8db8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = gtk-theme-switch2
pkgrel = 5
url = http://muhri.net/nav.php3?node=gts
arch = x86_64
+ arch = i686
license = GPL2
depends = gtk2
source = http://ftp.de.debian.org/debian/pool/main/g/gtk-theme-switch/gtk-theme-switch_2.1.0.orig.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index c9e549ae0dfb..9f1af13dc7bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=2.1.0
pkgrel=5
pkgdesc="Gtk2 theme switcher"
url="http://muhri.net/nav.php3?node=gts"
-arch=('x86_64')
+arch=('x86_64' 'i686')
license=('GPL2')
depends=('gtk2')
source=("http://ftp.de.debian.org/debian/pool/main/g/gtk-theme-switch/gtk-theme-switch_${pkgver}.orig.tar.gz")