[arch-commits] Commit in setconf/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Fri May 3 20:54:59 UTC 2013


    Date: Friday, May 3, 2013 @ 22:54:59
  Author: arodseth
Revision: 89869

upgpkg: setconf 0.5.3-3

Modified:
  setconf/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-03 19:53:33 UTC (rev 89868)
+++ PKGBUILD	2013-05-03 20:54:59 UTC (rev 89869)
@@ -3,7 +3,7 @@
 
 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 @@
 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() {




More information about the arch-commits mailing list