Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
pacredir
Commits:
2ff91551 by Christian Hesse at 2026-05-28T21:12:18+02:00
explicability depend on glibc
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -21,6 +21,7 @@ pkgbase = pacredir
pkgname = pacredir
install = pacredir.install
+ depends = glibc
depends = curl
depends = libcurl.so
depends = darkhttpd
=====================================
PKGBUILD
=====================================
@@ -29,7 +29,8 @@ build() {
}
package_pacredir() {
- depends=('curl' 'libcurl.so'
+ depends=('glibc'
+ 'curl' 'libcurl.so'
'darkhttpd'
'iniparser' 'libiniparser.so'
'libmicrohttpd' 'libmicrohttpd.so'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pacredir/-/commit/2ff91551e42ca51df3f3944873c7fe4ee82f501c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pacredir/-/commit/2ff91551e42ca51df3f3944873c7fe4ee82f501c
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help