summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}