summaryrefslogtreecommitdiff
path: root/community/setconf/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/setconf/PKGBUILD')
-rw-r--r--community/setconf/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/setconf/PKGBUILD b/community/setconf/PKGBUILD
index 6d0586f00..a2a9fbb34 100644
--- a/community/setconf/PKGBUILD
+++ b/community/setconf/PKGBUILD
@@ -1,16 +1,17 @@
-# $Id: PKGBUILD 86348 2013-03-15 13:28:26Z arodseth $
+# $Id: PKGBUILD 89807 2013-05-02 13:36:01Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
pkgname=setconf
pkgver=0.5.3
-pkgrel=1
+pkgrel=2
pkgdesc='Utility to easily change settings in configuration files or Makefiles'
arch=('x86_64' 'i686')
url='http://setconf.roboticoverlords.org/'
license=('GPL2')
depends=('pcre' 'gc')
-# Comment out the makedepends if you're on a platform not supported by shedskin
-makedepends=('shedskin')
+if [ "$CARCH" == 'x86_64' ] || [ "$CARCH" == 'i686' ]; then
+ makedepends=('shedskin')
+fi
source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz")
sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6')