summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Swanson2016-12-01 14:04:33 -0800
committerMike Swanson2016-12-01 14:04:33 -0800
commitffb1e6445862d992fca156d1418033031d679255 (patch)
treec88dbb723655b99e8c458bbc4627ecdf2adb9abb /PKGBUILD
parent7e25be13d50a5224f103a087046feb46b52a3cb7 (diff)
downloadaur-ffb1e6445862d992fca156d1418033031d679255.tar.gz
Add w3m to the makedepends array
Just so the copyright file can be rendered in 'plain text' (without the AsciiDoc markup).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d92280320468..1c6ac31fa4bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=ntpsec
pkgver=0.9.5
-pkgrel=1
+pkgrel=2
pkgdesc="Security-hardened Network Time Protocol implementation"
arch=('i686' 'x86_64')
url="https://www.ntpsec.org/"
license=('custom')
depends=('avahi' 'libevent' 'libseccomp' 'python')
-makedepends=('asciidoc' 'pps-tools')
+makedepends=('asciidoc' 'pps-tools' 'w3m')
optdepends=('gnuplot: for ntpviz'
'libevent: for ntpdig'
'python-psutil: Optional for ntpviz, allows running with ionice'