summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGregory Boyce2019-06-28 19:14:09 -0500
committerGregory Boyce2019-06-28 19:14:09 -0500
commit7cd5c2ab410a7de0a93af23bf7d06aab82533802 (patch)
treeca3a23d3ca791bb1628bf45ae1ceadf5126a473f /PKGBUILD
parentbd571287866cd9ee3c47021c6d9431fb20d02a84 (diff)
downloadaur-7cd5c2ab410a7de0a93af23bf7d06aab82533802.tar.gz
Add binutils to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f60ddaaf82c8..2b97a777550d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
+# Maintainer: Gregory Boyce <gregory@auburndaletech.com>
pkgname=ntpsec
pkgver=1.1.4
-pkgrel=1
+pkgrel=2
pkgdesc="Security-hardened Network Time Protocol implementation"
arch=('i686' 'x86_64')
url="https://www.ntpsec.org/"
license=('custom')
depends=('avahi' 'libbsd' 'libseccomp' 'python')
-makedepends=('asciidoc' 'pps-tools' 'w3m')
+makedepends=('asciidoc' 'pps-tools' 'w3m', 'binutils')
optdepends=('gnuplot: for ntpviz'
'libevent: for ntpdig'
'python-psutil: Optional for ntpviz, allows running with ionice'