summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26059ae0b981..edd81553aaba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = nsntrace
pkgdesc = Perform network trace of a single process by using network namespaces.
pkgver = 3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jonasdn/nsntrace
arch = i686
arch = x86_64
license = GPL2
makedepends = automake
depends = dbus
+ depends = docbook-xsl
depends = glibc
depends = libpcap
depends = libgcrypt
diff --git a/PKGBUILD b/PKGBUILD
index 552184d88719..823c0971e6e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='nsntrace'
pkgver=3
-pkgrel=1
+pkgrel=2
pkgdesc="Perform network trace of a single process by using network namespaces."
arch=('i686' 'x86_64')
url="https://github.com/jonasdn/nsntrace"
@@ -10,6 +10,7 @@ license=('GPL2')
groups=()
depends=(
'dbus'
+ 'docbook-xsl'
'glibc'
'libpcap'
'libgcrypt'