From 697bff3c84994d360fdb1334cde7248ffcf6a8ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Klitzing?= Date: Thu, 21 Sep 2017 14:29:22 +0200 Subject: testing/libbytesize: upgrade to 1.1 --- testing/libbytesize/APKBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'testing/libbytesize') diff --git a/testing/libbytesize/APKBUILD b/testing/libbytesize/APKBUILD index da43459062..e727f18413 100644 --- a/testing/libbytesize/APKBUILD +++ b/testing/libbytesize/APKBUILD @@ -1,20 +1,19 @@ # Contributor: André Klitzing # Maintainer: André Klitzing pkgname=libbytesize -pkgver=1.0 +pkgver=1.1 pkgrel=0 pkgdesc="A tiny library providing a C 'class' for working with arbitrary big sizes in bytes" url="https://github.com/rhinstaller/libbytesize" arch="all" license="LGPL" -makedepends="pcre-dev mpfr-dev gmp-dev gettext-dev bash libtool automake autoconf python3" -subpackages="$pkgname-dev" -source="$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/$pkgname/archive/$pkgver.tar.gz" +makedepends="pcre-dev mpfr-dev gmp-dev gettext-dev bash python3" +subpackages="$pkgname-dev $pkgname-lang" +source="https://github.com/storaged-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz" builddir="$srcdir/"$pkgname-$pkgver build() { cd "$builddir" - ./autogen.sh ./configure --prefix=/usr make } @@ -24,4 +23,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="0feca102923aa05638f57f1b35593636ccc0b6cf5198eb9e8b5d805b44d270a9b3b37953ad24d445e607b09f01d64ac69e4a42e08c5f57fd46a3dea03f69c2e5 libbytesize-1.0.tar.gz" +sha512sums="901ee970387038fb3ca5a8a54eab8d09e4a0e1da562545a2d1a14137c33b2abe8af18662f222d4c5e48e5da2580443ef557822bc41bc30ca18743bdec8c56fea libbytesize-1.1.tar.gz" -- cgit v1.2.3