diff options
author | root <root@rshg054.dnsready.net> | 2013-05-04 00:41:51 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-04 00:41:51 -0700 |
commit | 5f3b2100b811506bec6bcf63b24d1c605dfe8cb6 (patch) | |
tree | 8496666b775c5132608aadbb2f7cae113be74ad2 /community/setconf | |
parent | 32b069e79cb891e99962cbac53e2950c11ea403f (diff) |
Sat May 4 00:41:51 PDT 2013
Diffstat (limited to 'community/setconf')
-rw-r--r-- | community/setconf/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/setconf/PKGBUILD b/community/setconf/PKGBUILD index a2a9fbb34..f3e2edad2 100644 --- a/community/setconf/PKGBUILD +++ b/community/setconf/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 89807 2013-05-02 13:36:01Z arodseth $ +# $Id: PKGBUILD 89870 2013-05-03 20:55:10Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> pkgname=setconf pkgver=0.5.3 -pkgrel=2 +pkgrel=3 pkgdesc='Utility to easily change settings in configuration files or Makefiles' arch=('x86_64' 'i686') url='http://setconf.roboticoverlords.org/' @@ -18,7 +18,9 @@ sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6') build() { cd "$srcdir/$pkgname-$pkgver" - [ -x /usr/bin/shedskin ] && shedskin "$pkgname.py" && make + if [ "$CARCH" == 'x86_64' ] || [ "$CARCH" == 'i686' ]; then + shedskin "$pkgname.py" && make + fi } package() { |