summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Rueetschi2017-02-09 16:17:35 +0100
committerTobias Rueetschi2017-02-09 16:17:35 +0100
commit0d632d42c1c3fefcfcd58a449b56ed5946c53ac3 (patch)
treeef486b5ec3f6ba5d24f0657d4030d4cf91cf1dcb
parentead8240d56a255bce2bef418a2cc06f652c852fd (diff)
downloadaur-0d632d42c1c3fefcfcd58a449b56ed5946c53ac3.tar.gz
add dependency docbook-xsl
-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'