diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-01-18 10:25:33 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-01-18 10:25:33 +0100 |
commit | 4392e8379e9022e30ea8bf6c7faf170c1497ae21 (patch) | |
tree | 962ed6760d842e22e8f68b826be58188f769460d /h2o | |
parent | dce64fd72d078955db09f137a670f8e5b95ea285 (diff) | |
download | archlinuxewe-4392e8379e9022e30ea8bf6c7faf170c1497ae21.tar.xz |
h2o: rebuild
Diffstat (limited to 'h2o')
-rw-r--r-- | h2o/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/h2o/PKGBUILD b/h2o/PKGBUILD index 36a1b052a..1a488004b 100644 --- a/h2o/PKGBUILD +++ b/h2o/PKGBUILD @@ -7,11 +7,11 @@ pkgname=h2o pkgver=2.2.6 -pkgrel=13 +pkgrel=14 pkgdesc="Optimized HTTP server with support for HTTP/1.x and HTTP/2" arch=('i686' 'pentium4' 'x86_64') _pinned_dependencies=( - 'gcc-libs=12.2.0' + 'gcc-libs=12.2.1' 'glibc>=2.31' 'zlib=1:1.2.13' ) |