[arch-commits] Commit in setconf/trunk (PKGBUILD)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Thu May 2 12:38:26 UTC 2013
Date: Thursday, May 2, 2013 @ 14:38:26
Author: arodseth
Revision: 89806
Use shedskin only on supported platforms
Modified:
setconf/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-05-02 12:32:13 UTC (rev 89805)
+++ PKGBUILD 2013-05-02 12:38:26 UTC (rev 89806)
@@ -3,14 +3,15 @@
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')
More information about the arch-commits
mailing list