diff options
-rw-r--r-- | h2o/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/h2o/PKGBUILD b/h2o/PKGBUILD index 159f23ff9..0220e1e3d 100644 --- a/h2o/PKGBUILD +++ b/h2o/PKGBUILD @@ -7,11 +7,11 @@ pkgname=h2o pkgver=2.2.6 -pkgrel=4 +pkgrel=5 pkgdesc="Optimized HTTP server with support for HTTP/1.x and HTTP/2" arch=('i686' 'pentium4' 'x86_64') _pinned_dependencies=( - 'gcc-libs=10.1.0' + 'gcc-libs=10.2.0' 'glibc>=2.31' 'zlib=1:1.2.11' ) |