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

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Nov 21 18:05:44 UTC 2013


    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
===================================================================
--- PKGBUILD	2013-11-21 18:04:36 UTC (rev 101279)
+++ PKGBUILD	2013-11-21 18:05:44 UTC (rev 101280)
@@ -2,28 +2,20 @@
 # Maintainer: Alexander Rødseth <rodseth at 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"
 }
 




More information about the arch-commits mailing list