mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/setconf to 0.5.3-3.1
This commit is contained in:
parent
b9b6d0175c
commit
3e41cab334
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgname=setconf
|
||||
pkgver=0.5.3
|
||||
pkgrel=3
|
||||
pkgrel=3.1
|
||||
pkgdesc='Utility to easily change settings in configuration files or Makefiles'
|
||||
arch=('x86_64' 'i686')
|
||||
url='http://setconf.roboticoverlords.org/'
|
||||
|
@ -19,7 +19,7 @@ sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6')
|
|||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
[ -x /usr/bin/shedskin ] && shedskin "$pkgname.py" && make
|
||||
shedskin "$pkgname.py" && make
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue