Balló György pushed to branch main at Arch Linux / Packaging / Packages /
libnghttp3
Commits:
490cb4b6 by Balló György at 2024-04-22T12:58:11+02:00
Add glibc to depends
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -5,6 +5,7 @@ pkgbase = libnghttp3
url = https://github.com/ngtcp2/nghttp3
arch = x86_64
license = MIT
+ depends = glibc
provides = libnghttp3.so
source =
https://github.com/ngtcp2/nghttp3/releases/download/v1.2.0/nghttp3-1.2.0.tar.xz
source =
https://github.com/ngtcp2/nghttp3/releases/download/v1.2.0/nghttp3-1.2.0.tar.xz.asc
=====================================
PKGBUILD
=====================================
@@ -8,6 +8,7 @@ pkgdesc="HTTP/3 library written in C"
url='https://github.com/ngtcp2/nghttp3'
arch=('x86_64')
license=('MIT')
+depends=('glibc')
provides=('libnghttp3.so')
validpgpkeys=('F4F3B91474D1EB29889BD0EF7E8403D5D673C366') # Tatsuhiro
Tsujikawa <[email protected]>
source=("https://github.com/ngtcp2/nghttp3/releases/download/v${pkgver}/nghttp3-${pkgver}.tar.xz"{,.asc})
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libnghttp3/-/commit/490cb4b68b3edb0daca798b8b66a52f7707a3685
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libnghttp3/-/commit/490cb4b68b3edb0daca798b8b66a52f7707a3685
You're receiving this email because of your account on gitlab.archlinux.org.