diff options
Diffstat (limited to 'main/libbytesize')
| -rw-r--r-- | main/libbytesize/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libbytesize/APKBUILD b/main/libbytesize/APKBUILD index 8b96751aaa..51ac5c2b22 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 |
