diff options
Diffstat (limited to 'main/liblockfile')
-rw-r--r-- | main/liblockfile/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/liblockfile/APKBUILD b/main/liblockfile/APKBUILD index c655ea6a98..88dca77c07 100644 --- a/main/liblockfile/APKBUILD +++ b/main/liblockfile/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=liblockfile pkgver=1.15 -pkgrel=0 +pkgrel=1 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" +subpackages="$pkgname-dev $pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/miquels/$pkgname/archive/v$pkgver.tar.gz" build() { |