diff options
author | Brian Bidulock | 2020-12-19 19:07:47 -0700 |
---|---|---|
committer | Brian Bidulock | 2020-12-19 19:07:47 -0700 |
commit | a72f541423939e5383589615c3e10754c6323d01 (patch) | |
tree | df60eae42282f0c151c3af2e4e2aecff8c61badf | |
parent | 07da6255ec60e452b8e88a3504e8f128db23981b (diff) | |
download | aur-a72f541423939e5383589615c3e10754c6323d01.tar.gz |
add i686 support
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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 @@ -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") |