From c7efdce98387213e985d50d3f5c85aef5ccf9f1d Mon Sep 17 00:00:00 2001 From: Bart Ribbers <bribbers@disroot.org> Date: Fri, 11 Oct 2019 17:36:26 +0200 Subject: [PATCH] main/libbytesize: rebuild against mpfr4 Closes !413 --- main/libbytesize/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/libbytesize/APKBUILD b/main/libbytesize/APKBUILD index 8b96751aaa0f..51ac5c2b227a 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 -- GitLab