From 72ec48c9eb574e933462bae1c6c202fc64f28aa1 Mon Sep 17 00:00:00 2001 From: Leo <thinkabit.ukim@gmail.com> Date: Thu, 28 Jan 2021 19:01:39 -0300 Subject: [PATCH] main/liblockfile: upgrade to 1.17 --- main/liblockfile/APKBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/main/liblockfile/APKBUILD b/main/liblockfile/APKBUILD index d1329c9864b7..b7946c93624e 100644 --- a/main/liblockfile/APKBUILD +++ b/main/liblockfile/APKBUILD @@ -1,17 +1,16 @@ # Contributor: Duane Hughes <duanejevon@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=liblockfile -pkgver=1.16 +pkgver=1.17 pkgrel=0 pkgdesc="Shared library with NFS-safe locking functions" url="https://github.com/miquels/liblockfile" arch="all" license="LGPL-2.0-or-later and GPL-2.0-or-later" subpackages="$pkgname-static $pkgname-dev $pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/miquels/$pkgname/archive/v$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/miquels/liblockfile/archive/v$pkgver.tar.gz" build() { - cd "$builddir" LDCONFIG=/bin/true \ ./configure \ --build=$CBUILD \ @@ -23,13 +22,11 @@ build() { } check() { - cd "$builddir" make test } package() { - cd "$builddir" make -j1 DESTDIR="$pkgdir" install } -sha512sums="ee75ecf0dd25744de4e3ce7d6b12483ead2deaf0cd6a527e8493100c5d714751fe97e057873c8c7b04a935f9b46a5ea502950f15d3ce54ecc63d997ab1cee33d liblockfile-1.16.tar.gz" +sha512sums="2169ac2219950d6ec7def6b5cc712cc04d1a185dc9c09b364c8d47b7b3d15c3482a2200b591872da87eb784717b2ba3537fbc39d7075c329cc8ba48039473a83 liblockfile-1.17.tar.gz" -- GitLab