summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c4e504dee7a..7156cc8d3e79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tomas Krizek <tomas.krizek@nic.cz>
pkgname=dnsjit-git
-pkgver=1.0.0.r61.935d47c
+pkgver=1.2.1.r1.d78c34f
pkgrel=1
pkgdesc="Engine for capturing, parsing and replaying DNS"
arch=('x86_64')
@@ -12,8 +12,8 @@ depends=(
'lmdb'
'gnutls'
'libck'
- 'libuv'
- 'libnghttp2'
+ 'lz4'
+ 'zstd'
)
makedepends=(
'autoconf'