[arch-commits] Commit in setconf/trunk (PKGBUILD)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Tue Nov 26 20:07:32 UTC 2013
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
===================================================================
--- PKGBUILD 2013-11-26 19:25:39 UTC (rev 101510)
+++ PKGBUILD 2013-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"
More information about the arch-commits
mailing list