summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09d7c0c41f66..3c4e504dee7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tomas Krizek <tomas.krizek@nic.cz>
pkgname=dnsjit-git
-pkgver=1.0.0.r40.a5a96f1
+pkgver=1.0.0.r61.935d47c
pkgrel=1
pkgdesc="Engine for capturing, parsing and replaying DNS"
arch=('x86_64')
@@ -13,6 +13,7 @@ depends=(
'gnutls'
'libck'
'libuv'
+ 'libnghttp2'
)
makedepends=(
'autoconf'