aboutsummaryrefslogtreecommitdiffstats
path: root/main/libbytesize/APKBUILD
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-10-11 17:36:26 +0200
committerKevin Daudt <kdaudt@alpinelinux.org>2019-10-11 20:38:27 +0000
commitc7efdce98387213e985d50d3f5c85aef5ccf9f1d (patch)
tree4bacab624670658a424ea56619db9f4d414664ff /main/libbytesize/APKBUILD
parentcd2132dc164317c452df323a8c0f74a18310e2ef (diff)
main/libbytesize: rebuild against mpfr4
Closes !413
Diffstat (limited to 'main/libbytesize/APKBUILD')
-rw-r--r--main/libbytesize/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libbytesize/APKBUILD b/main/libbytesize/APKBUILD
index 8b96751aaa0..51ac5c2b227 100644
--- a/main/libbytesize/APKBUILD
+++ b/main/libbytesize/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=libbytesize
pkgver=2.1
-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"
@@ -13,7 +13,7 @@ makedepends="gettext-dev gmp-dev mpfr-dev pcre2-dev python3"
checkdepends="bash py3-six"
subpackages="$pkgname-dev $pkgname-lang py-$pkgname:_py:noarch $pkgname-doc
$pkgname-tools:_tools:noarch"
-source="https://github.com/storaged-project/libbytesize/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"
+source="https://github.com/storaged-project/libbytesize/releases/download/$pkgver/libbytesize-$pkgver.tar.gz"
build() {
CFLAGS="$CFLAGS -lintl" ./configure --prefix=/usr