diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-31 11:54:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:34:02 +0000 |
commit | c1b728042e4017a1d149d9d2c8c614936d8a53a4 (patch) | |
tree | 72662a0ce75a7263eacc5901cd96ed460b7ec658 /community/setconf | |
parent | 4046ae0664f00a8d380cc4043562756b7a83de1c (diff) | |
download | aports-c1b728042e4017a1d149d9d2c8c614936d8a53a4.tar.bz2 aports-c1b728042e4017a1d149d9d2c8c614936d8a53a4.tar.xz |
community/setconf: rebuild against python 3.8
Diffstat (limited to 'community/setconf')
-rw-r--r-- | community/setconf/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/setconf/APKBUILD b/community/setconf/APKBUILD index 5f42bb2f71..1ac0fb8454 100644 --- a/community/setconf/APKBUILD +++ b/community/setconf/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Michael Koloberdin <koloberdin@gmail.com> pkgname=setconf pkgver=0.7.6 -pkgrel=1 +pkgrel=2 pkgdesc="Utility for easily changing settings in configuration files" url="http://setconf.roboticoverlords.org/" arch="noarch" |