Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages /
unzip
Commits:
18041add by Lukas Fleischer at 2025-07-25T09:42:04-04:00
upgpkg: 6.0-23: fix build and rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = unzip
pkgdesc = For extracting and viewing files in .zip archives
pkgver = 6.0
- pkgrel = 22
+ pkgrel = 23
url = http://infozip.sourceforge.net/UnZip.html
arch = x86_64
license = custom
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=unzip
pkgver=6.0
_pkgver=${pkgver/./}
-pkgrel=22
+pkgrel=23
pkgdesc='For extracting and viewing files in .zip archives'
url='http://infozip.sourceforge.net/UnZip.html'
arch=('x86_64')
@@ -120,7 +120,7 @@ build() {
make -f unix/Makefile prefix=/usr \
D_USE_BZ2=-DUSE_BZIP2 L_BZ2=-lbz2 \
- LF2="$LDFLAGS" CF="$CFLAGS $CPPFLAGS -I. $DEFINES" \
+ LF2="$LDFLAGS" CF="$CFLAGS $CPPFLAGS -I. $DEFINES -std=gnu17" \
unzips
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/unzip/-/commit/18041addce3c79ce6108986b27f6f4e32446fc32
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/unzip/-/commit/18041addce3c79ce6108986b27f6f4e32446fc32
You're receiving this email because of your account on gitlab.archlinux.org.