From 341aca85ada4397c2ff1bd7509efb99d23a7e2a0 Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Sun, 19 Dec 2021 12:57:59 +0000 Subject: [PATCH] testing/py3-fastdiff: rebuild against python3.10 --- testing/py3-fastdiff/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/py3-fastdiff/APKBUILD b/testing/py3-fastdiff/APKBUILD index 7652a916864..1061b3aec22 100644 --- a/testing/py3-fastdiff/APKBUILD +++ b/testing/py3-fastdiff/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers pkgname=py3-fastdiff pkgver=0.3.0 -pkgrel=0 +pkgrel=1 pkgdesc="A fast native implementation of diff algorithm with a pure Python fallback" url="https://github.com/syrusakbary/fastdiff" arch="noarch"