summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 2 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87fc916fd891..7956659e23f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dave Reisner <d@falconindy.com>
pkgname=ngtcp2-git
-pkgver=r1467.2d150d1
+pkgver=r1519.d00bf08
pkgrel=1
pkgdesc="An effort to implement IETF QUIC protocol"
arch=(x86_64)
@@ -11,7 +11,7 @@ makedepends=('git')
checkdepends=('cunit')
provides=('ngtcp2' 'libngtcp2.so')
conflicts=('ngtcp2')
-source=('git+https://github.com/ngtcp2/ngtcp2')
+source=('git+https://github.com/ngtcp2/ngtcp2#branch=draft-22')
md5sums=('SKIP')
pkgver() {
@@ -20,14 +20,6 @@ pkgver() {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-prepare() {
- cd ngtcp2
-
- # don't build the examples to avoid dependency on nghttp3
- # https://github.com/ngtcp2/ngtcp2/pull/140
- sed -i '/SUBDIRS/ s/examples//' Makefile.am
-}
-
build() {
cd ngtcp2