summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCeleste <20312-Celeste@users.gitlab.alpinelinux.org>2024-09-07 03:11:20 +0000
committerCeleste <20312-Celeste@users.gitlab.alpinelinux.org>2024-09-07 03:14:08 +0000
commit6e6e30eb98675d6c8634d4a7638f4c4da3fd9ff6 (patch)
tree13ac1ae8090e7c4a5aacb8f52baf2d0a91fc1e39
parent53fc16773f8aeb2518b5f925246676e5e38b4ec8 (diff)
downloadaports-6e6e30eb98675d6c8634d4a7638f4c4da3fd9ff6.zip
community/lzlib: claim maintainership
-rw-r--r--community/lzlib/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/lzlib/APKBUILD b/community/lzlib/APKBUILD
index 3bd3b3c76ba..80fcc174398 100644
--- a/community/lzlib/APKBUILD
+++ b/community/lzlib/APKBUILD
@@ -1,10 +1,10 @@
# Contributor: Klemens Nanni <kl3@posteo.org>
-# Maintainer:
+# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=lzlib
pkgver=1.14
-pkgrel=0
+pkgrel=1
pkgdesc="Library for the lzip compression file format"
-url="http://www.nongnu.org/lzip/lzlib.html"
+url="https://www.nongnu.org/lzip/lzlib.html"
arch="all"
license="GPL-2.0-or-later"
subpackages="$pkgname-doc $pkgname-dev"
@@ -17,6 +17,7 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
+ --localstatedir=/var \
--disable-static
make
}