Date: Sunday, June 20, 2021 @ 12:16:10 Author: dvzrv Revision: 965888
upgpkg: libconfig 1.7.3-1: Upgrade to 1.7.3. Update maintainer info. Modified: libconfig/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-20 12:13:35 UTC (rev 965887) +++ PKGBUILD 2021-06-20 12:16:10 UTC (rev 965888) @@ -1,4 +1,4 @@ -# Maintainer: David Runge <[email protected]> +# Maintainer: David Runge <[email protected]> # Contributor: Ray Rashif <[email protected]> # Contributor: Sergej Pupykin <[email protected]> # Contributor: Roman Kyrylych <[email protected]> @@ -5,22 +5,23 @@ # Contributor: scippio <[email protected]> pkgname=libconfig -pkgver=1.7.2 -pkgrel=3 +pkgver=1.7.3 +pkgrel=1 pkgdesc="C/C++ Configuration File Library" arch=('x86_64') url="https://github.com/hyperrealm/libconfig" -license=('LGPL') +license=('LGPL2.1') depends=('gcc-libs') makedepends=('texinfo') provides=('libconfig++.so' 'libconfig.so') options=('!emptydirs' 'zipman') source=("$pkgname-$pkgver.tar.gz::https://github.com/hyperrealm/libconfig/archive/v$pkgver.tar.gz") -sha512sums=('9df57355c2d08381b4a0a6366f0db3633fbe8f73c2bb8c370c040b0bae96ce89ee4ac6c17a5a247fed855d890fa383e5b70cb5573fc9cfc62194d5b94e161cee') +sha512sums=('3749bf9eb29bab0f6b14f4fc759f0c419ed27a843842aaabed1ec1fbe0faa8c93322ff875ca1291d69cb28a39ece86d512aec42c2140d566c38c56dc616734f4') +b2sums=('94301be4d6e472fc9daeac7a04074855737ddda94bb5748cd0087fafe192cf674ea1c020808ebf855372188b6b27a57ed185323fa26988bb1fccde0566617cba') prepare() { cd $pkgname-$pkgver - autoreconf -vi + autoreconf -fiv } build() {
