diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 14:44:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:52 +0000 |
commit | 21ea2866ef352219485626a91a1d13e15290e016 (patch) | |
tree | 8a09cf71dbdcf5617d630ec374605ed51b072ce6 /testing/libbytesize/APKBUILD | |
parent | 80b6e99416adc177afc8972874723f5cb404955d (diff) | |
download | aports-21ea2866ef352219485626a91a1d13e15290e016.tar.bz2 aports-21ea2866ef352219485626a91a1d13e15290e016.tar.xz |
testing/libbytesize: rebuild against python 3.7
Diffstat (limited to 'testing/libbytesize/APKBUILD')
-rw-r--r-- | testing/libbytesize/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libbytesize/APKBUILD b/testing/libbytesize/APKBUILD index 35eec40c3e..acae737ba4 100644 --- a/testing/libbytesize/APKBUILD +++ b/testing/libbytesize/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=libbytesize pkgver=1.4 -pkgrel=0 +pkgrel=1 pkgdesc="Library for working with arbitrary big sizes in bytes" url="https://github.com/rhinstaller/libbytesize" arch="all" |