aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-08-08 07:08:50 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-08-08 07:08:50 +0000
commit756d41d9187e961cfed2a043f6f402049906bf08 (patch)
treeba3e7de8c97608ce27f02bb0889d3a7ed68b18ec
parent140981146c08ba80bc760eb87d2faba3b3cc2aee (diff)
main/liblockfile: remove -static subpackage
There are no dynamic library so there is no point having a -static subpackage. See also: https://github.com/alpinelinux/aports/pull/9929 This partially reverts 2956bbd1c7d4d5298f72f265c06e1dbf76bbbea7
-rw-r--r--main/liblockfile/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/liblockfile/APKBUILD b/main/liblockfile/APKBUILD
index c655ea6a98d..88dca77c07d 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() {