From 6e6e30eb98675d6c8634d4a7638f4c4da3fd9ff6 Mon Sep 17 00:00:00 2001 From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org> Date: Sat, 7 Sep 2024 03:11:20 +0000 Subject: [PATCH] community/lzlib: claim maintainership --- community/lzlib/APKBUILD | 7 ++++--- 1 file 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 -# Maintainer: +# Maintainer: Celeste 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 }