aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-03-11 12:39:03 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2021-04-05 18:18:11 +0000
commite05e7fdac9f65fa0f226726f9a46e9bcf2c9cd4f (patch)
tree323cca069677c11667f782df891ff52cec490c71
parent2bd9c74255c77a790291e448cf027a7916ca6779 (diff)
community/libbytesize: rebuild against python 3.9
-rw-r--r--community/libbytesize/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libbytesize/APKBUILD b/community/libbytesize/APKBUILD
index 5d5ecbb6728..e80aa6b66ec 100644
--- a/community/libbytesize/APKBUILD
+++ b/community/libbytesize/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=libbytesize
pkgver=2.5
-pkgrel=0
+pkgrel=1
pkgdesc="Library for working with arbitrary big sizes in bytes"
options="!check" # Tests require dealing with locales
url="https://github.com/rhinstaller/libbytesize"