Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
lib32-libngtcp2
Commits:
c608d742 by Christian Hesse at 2026-01-07T16:04:32+01:00
upgpkg: 1.19.0-3: install to correct libdir
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = lib32-libngtcp2
pkgdesc = Implementation of IETF QUIC protocol (32-bit)
pkgver = 1.19.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ngtcp2/ngtcp2
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=lib32-libngtcp2
pkgver=1.19.0
-pkgrel=2
+pkgrel=3
pkgdesc='Implementation of IETF QUIC protocol (32-bit)'
url='https://github.com/ngtcp2/ngtcp2'
arch=('x86_64')
@@ -54,6 +54,7 @@ build() {
export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
./configure \
--prefix=/usr \
+ --libdir=/usr/lib32 \
--with-libbrotlienc \
--with-libbrotlidec \
--with-gnutls \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libngtcp2/-/commit/c608d74284f9b5c9e552e02420fd890ab7b6969e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libngtcp2/-/commit/c608d74284f9b5c9e552e02420fd890ab7b6969e
You're receiving this email because of your account on gitlab.archlinux.org.