summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0c1e74a5f0f..b43903b9462f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jan 18 00:59:12 UTC 2017
+# Tue Jan 24 06:21:05 UTC 2017
pkgbase = h2o
pkgdesc = Optimized HTTP server with support for HTTP/1.x and HTTP/2
pkgver = 2.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/h2o/h2o
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 325727a5a5bd..e31faa4fae22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,11 @@
# Contributor: Paul Préfontaine <paul+archlinuxaur@prefontaine.name>
# Contributor: HLFH
# Contributor: Wilhelm Schuster <wilhelm [aT] wilhelm [.] re>
+# Contributor: The_Decryptor
pkgname=h2o
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Optimized HTTP server with support for HTTP/1.x and HTTP/2"
arch=('i686' 'x86_64')
depends=('libuv' 'libyaml' 'wslay' 'zlib')
@@ -26,6 +27,7 @@ build() {
msg2 'Building...'
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DWITH_BUNDLED_SSL=on \
-DWITH_MRUBY=on \
.