diff options
author | Michael Koloberdin <koloberdin@gmail.com> | 2017-10-11 18:28:00 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-10-20 05:14:00 +0000 |
commit | 627c9b1f484f406e4778384d4881d14d15bdb901 (patch) | |
tree | 072112792530cd0151a1226cbf1fabae2d255ded /community/setconf/APKBUILD | |
parent | 7d0e2f7b7bf519af60d95f20d21cbc4b3b405ec4 (diff) | |
download | aports-627c9b1f484f406e4778384d4881d14d15bdb901.tar.bz2 aports-627c9b1f484f406e4778384d4881d14d15bdb901.tar.xz |
community/setconf: upgrade to 0.7.5
Diffstat (limited to 'community/setconf/APKBUILD')
-rw-r--r-- | community/setconf/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/setconf/APKBUILD b/community/setconf/APKBUILD index 81a118a5be..b8907920fc 100644 --- a/community/setconf/APKBUILD +++ b/community/setconf/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Michael Koloberdin <koloberdin@gmail.com> pkgname=setconf -pkgver=0.7.4 +pkgver=0.7.5 pkgrel=0 pkgdesc="Utility for easily changing settings in configuration files" url="http://setconf.roboticoverlords.org/" arch="noarch" license="GPL2" -depends="python2" +depends="python3" subpackages="$pkgname-doc" source="http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz" builddir="$srcdir/" @@ -17,6 +17,4 @@ package() { install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz" || return 1 } -md5sums="f60a0afd5d90b58d73cc84da2e034dd9 setconf-0.7.4.tar.xz" -sha256sums="6368a5785e56ac1c697332e318e1346421278ad22112775c16017c82c0937aea setconf-0.7.4.tar.xz" -sha512sums="095b430ad1f3fc2bea42914faf395cd32a10c28ff70012194c2f86b60cdd6c5ccece4fd229558460659a0047f952442a67594650f3bc498395764dc11401d1af setconf-0.7.4.tar.xz" +sha512sums="9ebce34cd5db1c2bd33449291c2fa8ab4bd0614b8fa58de028f3caf00201c79f385f373ebd627528f825cdceea55e9a4b3d936c5cadec1776a373c4bdd47545b setconf-0.7.5.tar.xz" |