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

2020-07-07 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 7, 2020 @ 19:26:50
  Author: foutrelis
Revision: 660158

upgpkg: setconf 0.7.7-2: reproducibility rebuild

Modified:
  setconf/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 19:25:42 UTC (rev 660157)
+++ PKGBUILD2020-07-07 19:26:50 UTC (rev 660158)
@@ -2,7 +2,7 @@
 
 pkgname=setconf
 pkgver=0.7.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility for easily changing settings in configuration files'
 arch=(any)
 url='https://setconf.roboticoverlords.org/'


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 21:42:56
  Author: arodseth
Revision: 658070

upgpkg: setconf 0.7.7-1

Modified:
  setconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 21:27:20 UTC (rev 658069)
+++ PKGBUILD2020-07-06 21:42:56 UTC (rev 658070)
@@ -1,7 +1,7 @@
 # Maintainer: Alexander F. Rødseth 
 
 pkgname=setconf
-pkgver=0.7.6
+pkgver=0.7.7
 pkgrel=1
 pkgdesc='Utility for easily changing settings in configuration files'
 arch=(any)
@@ -10,7 +10,7 @@
 depends=(python)
 source=("https://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz"{,.asc})
 validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4')
-sha256sums=('98bd51861f0141508a20a81fc325204e9500f3b7305bc518f62bf5af91db8486'
+sha256sums=('19315574540b3181fec31a4059b9e058381e0192317f153d181e7e7e2aa84d86'
 'SKIP')
 
 package() {


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

2019-02-19 Thread Alexander Rødseth via arch-commits
Date: Tuesday, February 19, 2019 @ 17:49:29
  Author: arodseth
Revision: 434572

upgpkg: setconf 0.7.6-1

Modified:
  setconf/trunk/PKGBUILD

--+
 PKGBUILD |   19 ++-
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-19 17:15:03 UTC (rev 434571)
+++ PKGBUILD2019-02-19 17:49:29 UTC (rev 434572)
@@ -1,16 +1,16 @@
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 
 pkgname=setconf
-pkgver=0.7.5
-pkgrel=2
+pkgver=0.7.6
+pkgrel=1
 pkgdesc='Utility for easily changing settings in configuration files'
-arch=('any')
-url='http://setconf.roboticoverlords.org/'
-license=('GPL2')
-depends=('python')
-source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz"{,.asc})
+arch=(any)
+url='https://setconf.roboticoverlords.org/'
+license=(GPL2)
+depends=(python)
+source=("https://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz"{,.asc})
 validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4')
-sha256sums=('3aa5ded4c3e1996a78cbbcbd7b9af051e3a197f6e79fced9ebb118da902a52fe'
+sha256sums=('98bd51861f0141508a20a81fc325204e9500f3b7305bc518f62bf5af91db8486'
 'SKIP')
 
 package() {
@@ -20,4 +20,5 @@
   install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
 }
 
+# getver: setconf.roboticoverlords.org
 # vim: ts=2 sw=2 et:


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

2017-10-05 Thread Alexander Rødseth
Date: Thursday, October 5, 2017 @ 07:20:33
  Author: arodseth
Revision: 261612

upgpkg: setconf 0.7.5-2

Modified:
  setconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-05 03:21:17 UTC (rev 261611)
+++ PKGBUILD2017-10-05 07:20:33 UTC (rev 261612)
@@ -3,7 +3,7 @@
 
 pkgname=setconf
 pkgver=0.7.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility for easily changing settings in configuration files'
 arch=('any')
 url='http://setconf.roboticoverlords.org/'
@@ -11,7 +11,7 @@
 depends=('python')
 source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz"{,.asc})
 validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4')
-sha256sums=('b3b834392c3e79256b22b03fb5011b6c33d7805db300204f8a430abc9c3f5f26'
+sha256sums=('3aa5ded4c3e1996a78cbbcbd7b9af051e3a197f6e79fced9ebb118da902a52fe'
 'SKIP')
 
 package() {


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

2017-10-04 Thread Alexander Rødseth
Date: Wednesday, October 4, 2017 @ 15:21:25
  Author: arodseth
Revision: 261477

upgpkg: setconf 0.7.5-1

Modified:
  setconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-04 15:20:50 UTC (rev 261476)
+++ PKGBUILD2017-10-04 15:21:25 UTC (rev 261477)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander F Rødseth 
 
 pkgname=setconf
-pkgver=0.7.4
+pkgver=0.7.5
 pkgrel=1
 pkgdesc='Utility for easily changing settings in configuration files'
 arch=('any')
@@ -9,8 +9,10 @@
 url='http://setconf.roboticoverlords.org/'
 license=('GPL2')
 depends=('python')
-source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('6368a5785e56ac1c697332e318e1346421278ad22112775c16017c82c0937aea')
+source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz"{,.asc})
+validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4')
+sha256sums=('b3b834392c3e79256b22b03fb5011b6c33d7805db300204f8a430abc9c3f5f26'
+'SKIP')
 
 package() {
   cd "$pkgname-$pkgver"
@@ -19,4 +21,4 @@
   install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


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

2016-10-30 Thread Alexander Rødseth
Date: Sunday, October 30, 2016 @ 14:58:09
  Author: arodseth
Revision: 194006

upgpkg: setconf 0.7.4-1

Modified:
  setconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 14:48:09 UTC (rev 194005)
+++ PKGBUILD2016-10-30 14:58:09 UTC (rev 194006)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander F Rødseth 
 
 pkgname=setconf
-pkgver=0.7.3
+pkgver=0.7.4
 pkgrel=1
 pkgdesc='Utility for easily changing settings in configuration files'
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('python')
 source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('a10d8667d03113e42209cca993a9276b6b998678ce4d27c0913faecb555dc259')
+sha256sums=('6368a5785e56ac1c697332e318e1346421278ad22112775c16017c82c0937aea')
 
 package() {
   cd "$pkgname-$pkgver"


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

2016-09-20 Thread Alexander Rødseth
Date: Tuesday, September 20, 2016 @ 10:19:36
  Author: arodseth
Revision: 190041

upgpkg: setconf 0.7.3-1

Modified:
  setconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-20 10:11:25 UTC (rev 190040)
+++ PKGBUILD2016-09-20 10:19:36 UTC (rev 190041)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander F Rødseth 
 
 pkgname=setconf
-pkgver=0.7.2
+pkgver=0.7.3
 pkgrel=1
 pkgdesc='Utility for easily changing settings in configuration files'
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('python')
 source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('9ae89ead0e8dda1b22cfc120b37328fb3f62ca86e11886ace8e514f48d13a545')
+sha256sums=('a10d8667d03113e42209cca993a9276b6b998678ce4d27c0913faecb555dc259')
 
 package() {
   cd "$pkgname-$pkgver"


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

2016-03-28 Thread Alexander Rødseth
Date: Monday, March 28, 2016 @ 15:11:57
  Author: arodseth
Revision: 168693

upgpkg: setconf 0.7.2-1

Modified:
  setconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-28 10:21:24 UTC (rev 168692)
+++ PKGBUILD2016-03-28 13:11:57 UTC (rev 168693)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander F Rødseth 
 
 pkgname=setconf
-pkgver=0.7.1
+pkgver=0.7.2
 pkgrel=1
 pkgdesc='Utility for easily changing settings in configuration files'
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('python')
 source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('402ad15dca95cba94cdf14ce2763301d99c6b969b18763b37abc7b7a1ce95818')
+sha256sums=('9ae89ead0e8dda1b22cfc120b37328fb3f62ca86e11886ace8e514f48d13a545')
 
 package() {
   cd "$pkgname-$pkgver"


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

2016-03-19 Thread Alexander Rødseth
Date: Saturday, March 19, 2016 @ 19:50:11
  Author: arodseth
Revision: 167657

upgpkg: setconf 0.7.1-1

Modified:
  setconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-19 16:51:25 UTC (rev 167656)
+++ PKGBUILD2016-03-19 18:50:11 UTC (rev 167657)
@@ -1,16 +1,16 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 
 pkgname=setconf
-pkgver=0.6.7
+pkgver=0.7.1
 pkgrel=1
 pkgdesc='Utility for easily changing settings in configuration files'
 arch=('any')
 url='http://setconf.roboticoverlords.org/'
 license=('GPL2')
-depends=('python2')
+depends=('python')
 source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('dcc38c2864c4a6d76d161a7aa34eb425f45ee4e7e76ad95050988b437750bb4f')
+sha256sums=('402ad15dca95cba94cdf14ce2763301d99c6b969b18763b37abc7b7a1ce95818')
 
 package() {
   cd "$pkgname-$pkgver"


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

2015-06-25 Thread Alexander Rødseth
Date: Thursday, June 25, 2015 @ 22:39:55
  Author: arodseth
Revision: 135876

upgpkg: setconf 0.6.7-1

Modified:
  setconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-25 19:03:14 UTC (rev 135875)
+++ PKGBUILD2015-06-25 20:39:55 UTC (rev 135876)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander Rødseth rods...@gmail.com
 
 pkgname=setconf
-pkgver=0.6.6
+pkgver=0.6.7
 pkgrel=1
 pkgdesc='Utility for easily changing settings in configuration files'
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('python2')
 source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('1554877f771fd3e509df5fd75c452460fd4ed78d2b23a4cd97710d5cb9831e4f')
+sha256sums=('dcc38c2864c4a6d76d161a7aa34eb425f45ee4e7e76ad95050988b437750bb4f')
 
 package() {
   cd $pkgname-$pkgver


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

2015-03-03 Thread Alexander Rødseth
Date: Tuesday, March 3, 2015 @ 16:01:48
  Author: arodseth
Revision: 128629

upgpkg: setconf 0.6.5-1

Modified:
  setconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-03 14:24:55 UTC (rev 128628)
+++ PKGBUILD2015-03-03 15:01:48 UTC (rev 128629)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander Rødseth rods...@gmail.com
 
 pkgname=setconf
-pkgver=0.6.4
+pkgver=0.6.5
 pkgrel=1
 pkgdesc='Utility for easily changing settings in configuration files'
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('python2')
 source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('c2bc02c0b787afacf9fffc9bd5d24aa623e140daee1e056f1c6d97dcf6bea88a')
+sha256sums=('724295b48963974e406d2ceb7cc68ec6bdb3e2ddc7ccdadb1b677b1121e44abd')
 
 package() {
   cd $pkgname-$pkgver


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

2015-03-03 Thread Alexander Rødseth
Date: Tuesday, March 3, 2015 @ 21:56:05
  Author: arodseth
Revision: 128666

upgpkg: setconf 0.6.6-1

Modified:
  setconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-03 20:23:36 UTC (rev 128665)
+++ PKGBUILD2015-03-03 20:56:05 UTC (rev 128666)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander Rødseth rods...@gmail.com
 
 pkgname=setconf
-pkgver=0.6.5
+pkgver=0.6.6
 pkgrel=1
 pkgdesc='Utility for easily changing settings in configuration files'
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('python2')
 source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('724295b48963974e406d2ceb7cc68ec6bdb3e2ddc7ccdadb1b677b1121e44abd')
+sha256sums=('1554877f771fd3e509df5fd75c452460fd4ed78d2b23a4cd97710d5cb9831e4f')
 
 package() {
   cd $pkgname-$pkgver


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

2014-12-03 Thread Alexander Rødseth
Date: Wednesday, December 3, 2014 @ 13:28:05
  Author: arodseth
Revision: 123401

upgpkg: setconf 0.6.4-1

Modified:
  setconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-03 12:10:08 UTC (rev 123400)
+++ PKGBUILD2014-12-03 12:28:05 UTC (rev 123401)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander Rødseth rods...@gmail.com
 
 pkgname=setconf
-pkgver=0.6.3
+pkgver=0.6.4
 pkgrel=1
 pkgdesc='Utility for easily changing settings in configuration files'
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('python2')
 source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('859b72da867b57451d8139e268fe3faa58102504a942944a01e94920035e7ee1')
+sha256sums=('c2bc02c0b787afacf9fffc9bd5d24aa623e140daee1e056f1c6d97dcf6bea88a')
 
 package() {
   cd $pkgname-$pkgver


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

2014-10-13 Thread Alexander Rødseth
Date: Monday, October 13, 2014 @ 16:26:06
  Author: arodseth
Revision: 120611

upgpkg: setconf 0.6.3-1

Modified:
  setconf/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 12:53:24 UTC (rev 120610)
+++ PKGBUILD2014-10-13 14:26:06 UTC (rev 120611)
@@ -2,8 +2,8 @@
 # Maintainer: Alexander Rødseth rods...@gmail.com
 
 pkgname=setconf
-pkgver=0.6.2
-pkgrel=3
+pkgver=0.6.3
+pkgrel=1
 pkgdesc='Utility for easily changing settings in configuration files'
 arch=('any')
 url='http://setconf.roboticoverlords.org/'
@@ -10,12 +10,8 @@
 license=('GPL2')
 depends=('python2')
 source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('8f91dc5cc24cc9d4f7c34fbc657259384f99d7222b6df9375bac5436d601d0c2')
+sha256sums=('859b72da867b57451d8139e268fe3faa58102504a942944a01e94920035e7ee1')
 
-prepare() {
-  sed -i 's:usr/bin/python:usr/bin/python2:' $pkgname-$pkgver/$pkgname.py
-}
-
 package() {
   cd $pkgname-$pkgver
 


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

2014-03-27 Thread Alexander Rødseth
Date: Thursday, March 27, 2014 @ 11:28:25
  Author: arodseth
Revision: 108382

Updated the description only

Modified:
  setconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 09:38:12 UTC (rev 108381)
+++ PKGBUILD2014-03-27 10:28:25 UTC (rev 108382)
@@ -3,8 +3,8 @@
 
 pkgname=setconf
 pkgver=0.6.2
-pkgrel=2
-pkgdesc='Utility to easily change settings in configuration files'
+pkgrel=3
+pkgdesc='Utility for easily changing settings in configuration files'
 arch=('any')
 url='http://setconf.roboticoverlords.org/'
 license=('GPL2')



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

2013-11-26 Thread Alexander Rødseth
Date: Tuesday, November 26, 2013 @ 21:07:32
  Author: arodseth
Revision: 101511

upgpkg: setconf 0.6.2-2

Modified:
  setconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 19:25:39 UTC (rev 101510)
+++ PKGBUILD2013-11-26 20:07:32 UTC (rev 101511)
@@ -3,15 +3,19 @@
 
 pkgname=setconf
 pkgver=0.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility to easily change settings in configuration files'
 arch=('any')
 url='http://setconf.roboticoverlords.org/'
 license=('GPL2')
-depends=('python') # or python2
+depends=('python2')
 source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
 sha256sums=('8f91dc5cc24cc9d4f7c34fbc657259384f99d7222b6df9375bac5436d601d0c2')
 
+prepare() {
+  sed -i 's:usr/bin/python:usr/bin/python2:' $pkgname-$pkgver/$pkgname.py
+}
+
 package() {
   cd $pkgname-$pkgver
 



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

2013-11-22 Thread Alexander Rødseth
Date: Friday, November 22, 2013 @ 13:00:40
  Author: arodseth
Revision: 101304

upgpkg: setconf 0.6.2-1

Modified:
  setconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-22 09:27:09 UTC (rev 101303)
+++ PKGBUILD2013-11-22 12:00:40 UTC (rev 101304)
@@ -2,15 +2,15 @@
 # Maintainer: Alexander Rødseth rods...@gmail.com
 
 pkgname=setconf
-pkgver=0.6.1
+pkgver=0.6.2
 pkgrel=1
 pkgdesc='Utility to easily change settings in configuration files'
 arch=('any')
 url='http://setconf.roboticoverlords.org/'
 license=('GPL2')
-depends=('python')
+depends=('python') # or python2
 source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('360ff9855102d23a57373f413307830b97e9595409ec435430b0543db0f6241e')
+sha256sums=('8f91dc5cc24cc9d4f7c34fbc657259384f99d7222b6df9375bac5436d601d0c2')
 
 package() {
   cd $pkgname-$pkgver



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

2013-11-21 Thread Alexander Rødseth
Date: Thursday, November 21, 2013 @ 15:10:24
  Author: arodseth
Revision: 101270

upgpkg: setconf 0.6-1

Modified:
  setconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-21 12:18:33 UTC (rev 101269)
+++ PKGBUILD2013-11-21 14:10:24 UTC (rev 101270)
@@ -2,9 +2,9 @@
 # Maintainer: Alexander Rødseth rods...@gmail.com
 
 pkgname=setconf
-pkgver=0.5.3
-pkgrel=5
-pkgdesc='Utility to easily change settings in configuration files or Makefiles'
+pkgver=0.6
+pkgrel=1
+pkgdesc='Utility to easily change settings in configuration files'
 arch=('x86_64' 'i686')
 url='http://setconf.roboticoverlords.org/'
 license=('GPL2')
@@ -11,10 +11,10 @@
 depends=('pcre' 'gc')
 makedepends=('shedskin')
 source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6')
+sha256sums=('7a8816175f191cd4b02fbdeb03bca00b559b0b46f199fcb0eb49015de64eef9e')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   shedskin $pkgname.py
   make
@@ -21,7 +21,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
   install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz



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

2013-11-21 Thread Alexander Rødseth
Date: Thursday, November 21, 2013 @ 19:05:44
  Author: arodseth
Revision: 101280

upgpkg: setconf 0.6.1-1

Modified:
  setconf/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 5 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-21 18:04:36 UTC (rev 101279)
+++ PKGBUILD2013-11-21 18:05:44 UTC (rev 101280)
@@ -2,28 +2,20 @@
 # Maintainer: Alexander Rødseth rods...@gmail.com
 
 pkgname=setconf
-pkgver=0.6
+pkgver=0.6.1
 pkgrel=1
 pkgdesc='Utility to easily change settings in configuration files'
-arch=('x86_64' 'i686')
+arch=('any')
 url='http://setconf.roboticoverlords.org/'
 license=('GPL2')
-depends=('pcre' 'gc')
-makedepends=('shedskin')
+depends=('python')
 source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('7a8816175f191cd4b02fbdeb03bca00b559b0b46f199fcb0eb49015de64eef9e')
+sha256sums=('360ff9855102d23a57373f413307830b97e9595409ec435430b0543db0f6241e')
 
-build() {
-  cd $pkgname-$pkgver
-
-  shedskin $pkgname.py
-  make
-}
-
 package() {
   cd $pkgname-$pkgver
 
-  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
+  install -Dm755 $pkgname.py $pkgdir/usr/bin/$pkgname
   install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
 }
 



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

2013-06-21 Thread Alexander Rødseth
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
===
--- PKGBUILD2013-06-21 19:32:22 UTC (rev 92998)
+++ PKGBUILD2013-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() {



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

2013-05-06 Thread Alexander Rødseth
Date: Monday, May 6, 2013 @ 11:59:34
  Author: arodseth
Revision: 89954

upgpkg: setconf 0.5.3-4, removed arch checks that I thought would help out Arch 
Linux ARM, but didn't

Modified:
  setconf/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 1 file changed, 4 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 07:54:59 UTC (rev 89953)
+++ PKGBUILD2013-05-06 09:59:34 UTC (rev 89954)
@@ -3,35 +3,26 @@
 
 pkgname=setconf
 pkgver=0.5.3
-pkgrel=3
+pkgrel=4
 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')
-if [ $CARCH == 'x86_64' ] || [ $CARCH == 'i686' ]; then
-  makedepends=('shedskin')
-fi
+makedepends=('shedskin')
 source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
 sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  if [ $CARCH == 'x86_64' ] || [ $CARCH == 'i686' ]; then
-shedskin $pkgname.py  make
-  fi
+  shedskin $pkgname.py  make
 }
 
 package() {
   cd $srcdir/$pkgname-$pkgver
 
-  if [ -e $pkgname ]; then
-install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
-  else
-depends=('python')
-install -Dm755 $pkgname.py $pkgdir/usr/bin/$pkgname
-  fi
+  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
   install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
 }
 



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

2013-05-03 Thread Alexander Rødseth
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
===
--- PKGBUILD2013-05-03 19:53:33 UTC (rev 89868)
+++ PKGBUILD2013-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() {



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

2013-05-02 Thread Alexander Rødseth
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
===
--- PKGBUILD2013-05-02 12:32:13 UTC (rev 89805)
+++ PKGBUILD2013-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')
 



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

2013-03-15 Thread Alexander Rødseth
Date: Friday, March 15, 2013 @ 14:28:16
  Author: arodseth
Revision: 86347

upgpkg: setconf 0.5.3-1

Modified:
  setconf/trunk/PKGBUILD

--+
 PKGBUILD |   33 +
 1 file changed, 21 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-15 12:57:11 UTC (rev 86346)
+++ PKGBUILD2013-03-15 13:28:16 UTC (rev 86347)
@@ -2,25 +2,34 @@
 # Maintainer: Alexander Rødseth rods...@gmail.com
 
 pkgname=setconf
-pkgver=0.5.2
-pkgrel=2
+pkgver=0.5.3
+pkgrel=1
 pkgdesc='Utility to easily change settings in configuration files or Makefiles'
-arch=('any')
+arch=('x86_64' 'i686')
 url='http://setconf.roboticoverlords.org/'
-license=('GPL')
-depends=('python')
-source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tbz2;)
-sha256sums=('3225a5392becbe6d679075be9ddd78e2c737d8158920c2f242f95d0765cfb250')
+license=('GPL2')
+depends=('pcre' 'gc')
+# Comment out the makedepends if you're on a platform not supported by shedskin
+makedepends=('shedskin')
+source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
+sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i '0,/on/s//on3/' $pkgname.py
+  cd $srcdir/$pkgname-$pkgver
+
+  [ -x /usr/bin/shedskin ]  shedskin $pkgname.py  make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -Dm755 $pkgname.py $pkgdir/usr/bin/$pkgname
-  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
+  cd $srcdir/$pkgname-$pkgver
+
+  if [ -e $pkgname ]; then
+install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
+  else
+depends=('python')
+install -Dm755 $pkgname.py $pkgdir/usr/bin/$pkgname
+  fi
+  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
 }
 
 # vim:set ts=2 sw=2 et: