summaryrefslogtreecommitdiff
path: root/community/setconf
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-05-03 10:15:48 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-05-03 10:15:48 +0200
commitf3a4e8da400567018b5d73b66cd67b8da0d280b8 (patch)
treed5155fde8d7050660d85895ac9cb185c580c9f7e /community/setconf
parent20bbe9abadb460e01df2d5eefabdd199033274a5 (diff)
parent32b069e79cb891e99962cbac53e2950c11ea403f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/python-simplejson/PKGBUILD community/teeworlds/PKGBUILD core/openldap/PKGBUILD core/zlib/PKGBUILD extra/soprano/PKGBUILD extra/ucommon/PKGBUILD
Diffstat (limited to 'community/setconf')
-rw-r--r--community/setconf/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/setconf/PKGBUILD b/community/setconf/PKGBUILD
index 733c5453d..9aefb4447 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' 'mips64el')
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')