From d72f3d946597e5f276479cd46c8f54df07477ce0 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 4 Nov 2019 13:39:44 +0000 Subject: [PATCH] testing/py3-smmap2: rebuild against python 3.8 --- testing/py3-smmap2/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/py3-smmap2/APKBUILD b/testing/py3-smmap2/APKBUILD index 8636b34010c..ee1eb295a85 100644 --- a/testing/py3-smmap2/APKBUILD +++ b/testing/py3-smmap2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo pkgname=py3-smmap2 pkgver=2.0.5 -pkgrel=0 +pkgrel=1 pkgdesc="pure Python3 implementation of a sliding window memory map manager" url="https://github.com/gitpython-developers/smmap" arch="noarch"