summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDave Reisner2019-08-07 11:12:10 -0400
committerDave Reisner2019-08-07 11:12:10 -0400
commitbd108624ca4f81cbae3e83e4604bdde7363398c3 (patch)
treea009d6db37a274bafccad2eba67e31fdc356b638 /PKGBUILD
parentf12e6b5bc1dffe2fcca3a2f82d517b73ac8b39b6 (diff)
downloadaur-bd108624ca4f81cbae3e83e4604bdde7363398c3.tar.gz
Follow draft-22 branch of upstream
This is later than the draft-20 that's currently in master, and what upstreams are currently standardizing on.
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