From ecce854ef7513d0dc4534f06e1cc61d928968bce Mon Sep 17 00:00:00 2001 From: Jeff Huang Date: Sat, 15 Sep 2018 15:52:37 +0200 Subject: [PATCH] [skip-ci] setconf: update to 0.7.5 --- setconf/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setconf/PKGBUILD b/setconf/PKGBUILD index 55f9bbc4b..fba331457 100644 --- a/setconf/PKGBUILD +++ b/setconf/PKGBUILD @@ -1,15 +1,15 @@ # Contributions from Arch: https://www.archlinux.org/packages/community/any/setconf/ pkgname=setconf -pkgver=0.6.7 +pkgver=0.7.5 pkgrel=1 -pkgdesc="A utility to easily change settings in Makefiles and other configuration files" +pkgdesc='Utility for easily changing settings in configuration files' arch=('x86_64') -url="http://setconf.roboticoverlords.org/" +url="https://setconf.roboticoverlords.org/" license=('GPL') depends=('python2') -source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz") -sha512sums=('8b247de9f7ac06f77e6251e95c045886cde5b6ca21b0152cb6fdc1456381aacd9051d5221c9fc8149608555e14f85ee2b51acbe65f78d129b1c8b732e093236d') +source=("https://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz") +sha256sums=('3aa5ded4c3e1996a78cbbcbd7b9af051e3a197f6e79fced9ebb118da902a52fe') prepare() { sed -i 's:usr/bin/python$:usr/bin/python2:' "$pkgname-$pkgver/$pkgname.py"