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

Alexander Rødseth arodseth at nymeria.archlinux.org
Fri Jun 21 19:35:28 UTC 2013


    Date: Friday, June 21, 2013 @ 21:35:27
  Author: arodseth
Revision: 92999

Rebuild for new version of Shedskin

Modified:
  setconf/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-21 19:32:22 UTC (rev 92998)
+++ PKGBUILD	2013-06-21 19:35:27 UTC (rev 92999)
@@ -3,7 +3,7 @@
 
 pkgname=setconf
 pkgver=0.5.3
-pkgrel=4
+pkgrel=5
 pkgdesc='Utility to easily change settings in configuration files or Makefiles'
 arch=('x86_64' 'i686')
 url='http://setconf.roboticoverlords.org/'
@@ -16,7 +16,8 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  shedskin "$pkgname.py" && make
+  shedskin "$pkgname.py"
+  make
 }
 
 package() {




More information about the arch-commits mailing list