testing/libbytesize: upgrade to 1.3

drop bash from makedepends
This commit is contained in:
prspkt 2018-04-25 08:04:34 +00:00 committed by Andy Postnikov
parent a71cd0a2b5
commit d952ee9176

View File

@ -1,13 +1,13 @@
# Contributor: André Klitzing <aklitzing@gmail.com>
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=libbytesize
pkgver=1.2
pkgver=1.3
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 python3"
makedepends="pcre-dev mpfr-dev gmp-dev gettext-dev python3"
subpackages="$pkgname-dev $pkgname-lang"
source="https://github.com/storaged-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/"$pkgname-$pkgver
@ -23,4 +23,4 @@ package() {
make DESTDIR="$pkgdir" install
}
sha512sums="d61ff297d1f533aee120bfcfdc3969c6a87428da322a6410707c301ff9b005da5d4f813ea15282eab5eb8435b009646d2cff29ac5247e2664af3ecaef54867a6 libbytesize-1.2.tar.gz"
sha512sums="a8e5b5d59d0a97ae52a2c0f437c4d7fd8afc8249762be99027e3beeadc6c54ad52a09c1d30e66466b99496fcf3419fa799d0fcccf61c0661b3e9cff48d0054af libbytesize-1.3.tar.gz"