summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-09-16 17:16:36 -0700
committerAndy Weidenbaum2015-09-16 17:16:36 -0700
commit335c144b74e8f19167e8ae27b01d1436a4ca9875 (patch)
tree2df2c144edffd86fa950593a4e526b141195b456 /PKGBUILD
parent33498265dfadf85b83ff48a5db01d90cb6a3aa5c (diff)
downloadaur-335c144b74e8f19167e8ae27b01d1436a4ca9875.tar.gz
makedepends-=autotools
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e608d76575fa..9e9e013a5994 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=h2o
pkgver=1.5.0.beta2
-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')
-makedepends=('autotools' 'cmake' 'libtool' 'make' 'pkg-config')
+makedepends=('cmake' 'libtool' 'make' 'pkg-config')
url="https://github.com/h2o/h2o"
license=('MIT')
source=($pkgname-1.5.0-beta2.tar.gz::https://codeload.github.com/h2o/$pkgname/tar.gz/v1.5.0-beta2