diff options
author | Aiden Grossman <agrossman154@yahoo.com> | 2021-12-08 08:06:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-12-15 20:17:48 +0100 |
commit | 99f9c9aa21e03855a0cdc21f605aeaa082f08c70 (patch) | |
tree | 2cdd2cf07ef0e70f5ee87a7580e873f656b209f1 | |
parent | b16c8e0e60ce37fa28aece1a51acea1bcaffc46a (diff) | |
download | aports-99f9c9aa21e03855a0cdc21f605aeaa082f08c70.tar.gz aports-99f9c9aa21e03855a0cdc21f605aeaa082f08c70.tar.bz2 aports-99f9c9aa21e03855a0cdc21f605aeaa082f08c70.tar.xz |
community/ifstate: rebuild against python 3.10
-rw-r--r-- | community/ifstate/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ifstate/APKBUILD b/community/ifstate/APKBUILD index b01f50e449..6955ad5143 100644 --- a/community/ifstate/APKBUILD +++ b/community/ifstate/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Thomas Liske <thomas@fiasko-nw.net> pkgname=ifstate pkgver=1.5.8 -pkgrel=0 +pkgrel=1 pkgdesc="Manage host interface settings in a declarative manner" url="https://ifstate.net/" arch="noarch" |