diff options
author | Leo <thinkabit.ukim@gmail.com> | 2021-06-20 14:00:14 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-06-20 19:45:06 +0000 |
commit | 831108208be8b9b447a320386ef31d17d947e660 (patch) | |
tree | 71c5590c8af9dda852a8f734015b285fe0f59640 | |
parent | 775c619fb9646d72cc925196cd04a54754a701d6 (diff) |
main/libconfig: upgrade to 1.7.3
-rw-r--r-- | main/libconfig/APKBUILD | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/main/libconfig/APKBUILD b/main/libconfig/APKBUILD index 18c529221f1..cdd57fadba7 100644 --- a/main/libconfig/APKBUILD +++ b/main/libconfig/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libconfig -pkgver=1.7.2 +pkgver=1.7.3 pkgrel=0 pkgdesc="A simple library for manipulating structured configuration files" url="http://www.hyperrealm.com/libconfig/" @@ -9,16 +9,14 @@ arch="all" license="LGPL-2.1-or-later" makedepends="automake autoconf libtool texinfo" subpackages="$pkgname-static $pkgname-doc $pkgname-dev $pkgname++:_cxx" -source="$pkgname-$pkgver.tar.gz::https://github.com/hyperrealm/$pkgname/archive/v$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/hyperrealm/libconfig/archive/v$pkgver.tar.gz" prepare() { - cd "$builddir" default_prepare autoreconf -fi } build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -28,12 +26,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make -j1 DESTDIR="$pkgdir/" install } @@ -50,4 +46,6 @@ static() { mv "$pkgdir"/usr/lib/*.a "$subpkgdir"/usr/lib } -sha512sums="9df57355c2d08381b4a0a6366f0db3633fbe8f73c2bb8c370c040b0bae96ce89ee4ac6c17a5a247fed855d890fa383e5b70cb5573fc9cfc62194d5b94e161cee libconfig-1.7.2.tar.gz" +sha512sums=" +3749bf9eb29bab0f6b14f4fc759f0c419ed27a843842aaabed1ec1fbe0faa8c93322ff875ca1291d69cb28a39ece86d512aec42c2140d566c38c56dc616734f4 libconfig-1.7.3.tar.gz +" |