diff options
-rw-r--r-- | h2o/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/h2o/PKGBUILD b/h2o/PKGBUILD index c75bf80b6..4cc690aeb 100644 --- a/h2o/PKGBUILD +++ b/h2o/PKGBUILD @@ -7,15 +7,18 @@ pkgname=h2o pkgver=2.2.6 -pkgrel=34 +pkgrel=35 pkgdesc="Optimized HTTP server with support for HTTP/1.x and HTTP/2" arch=('i686' 'pentium4' 'x86_64') -_pinned_dependencies=( +_pinned_dependencies_x86_64=( 'gcc-libs=14.2.1+r134+gab884fffe3fc' +) +_pinned_dependencies=( 'glibc>=2.31' 'libz.so=1' ) depends=('libuv' 'libyaml' 'wslay' "${_pinned_dependencies[@]}") +depends_x86_64=("${_pinned_dependencies_x86_64[@]}") makedepends=('cmake' 'libtool' 'make' 'pkg-config' 'ruby2.7') url="https://github.com/h2o/h2o" license=('MIT') |