From d9a8f642c44b791b177fd621dc619f64f40418d6 Mon Sep 17 00:00:00 2001 From: Aiden Grossman <agrossman154@yahoo.com> Date: Wed, 8 Dec 2021 08:07:23 +0000 Subject: [PATCH] community/miniupnpc: rebuild against python 3.10 --- community/miniupnpc/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/miniupnpc/APKBUILD b/community/miniupnpc/APKBUILD index 10605eee760f..8bc3e4330019 100644 --- a/community/miniupnpc/APKBUILD +++ b/community/miniupnpc/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=miniupnpc pkgver=2.2.3 -pkgrel=0 +pkgrel=1 pkgdesc="Library and tool to control NAT in UPnP-enabled routers" url="http://miniupnp.free.fr" arch="all" -- GitLab