Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lzlib and plzip: update #54046

Merged
merged 2 commits into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions srcpkgs/lzlib/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'lzlib'
pkgname=lzlib
version=1.14
version=1.15
revision=1
build_style=configure
configure_args="--enable-shared --disable-static"
Expand All @@ -9,7 +9,7 @@ maintainer="Orphaned <[email protected]>"
license="BSD-2-Clause"
homepage="https://www.nongnu.org/lzip/lzlib"
distfiles="${NONGNU_SITE}/lzip/lzlib/lzlib-${version}.tar.gz"
checksum=5acac8714ed4f306020bae660dddce706e5f8a795863679037da9fe6bf4dcf6f
checksum=4afab907a46d5a7d14e927a1080c3f4d7e3ca5a0f9aea81747d8fed0292377ff

do_configure() {
./configure --prefix=/usr $configure_args CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
Expand All @@ -25,5 +25,6 @@ lzlib-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove usr/share/info
}
}
4 changes: 2 additions & 2 deletions srcpkgs/plzip/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'plzip'
pkgname=plzip
version=1.11
version=1.12
revision=1
build_style=configure
makedepends="lzlib-devel"
Expand All @@ -9,7 +9,7 @@ maintainer="Orphaned <[email protected]>"
license="GPL-2.0-or-later"
homepage="http://www.nongnu.org/lzip/plzip"
distfiles="${NONGNU_SITE}/lzip/plzip/plzip-${version}.tar.gz"
checksum=d8e3cbe45c9222383339130e1bcc6e5e884d776b63f188896e6df67bc1d5626b
checksum=50d71aad6fa154ad8c824279e86eade4bcf3bb4932d757d8f281ac09cfadae30

do_configure() {
./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
Expand Down
Loading