aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-04-05 17:29:05 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2021-04-05 18:19:40 +0000
commit43dcc9001bc5444d9eb6642a862d21920c34c011 (patch)
treeb648039dccbe2da72d0cb6a026ba4ecc794be7fb
parent558e4351aa393298eaae70569c28c3222b4d4592 (diff)
testing/diffoscope: rebuild against python 3.9
-rw-r--r--testing/diffoscope/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/diffoscope/APKBUILD b/testing/diffoscope/APKBUILD
index 11a4e9d3f6e..490532267b9 100644
--- a/testing/diffoscope/APKBUILD
+++ b/testing/diffoscope/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=diffoscope
pkgver=172
-pkgrel=0
+pkgrel=1
pkgdesc="In-depth comparison of files, archives, and directories"
options="!check" # Requires unpackaged 'tlsh'
url="https://diffoscope.org/"