summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMax Falk2016-08-14 22:00:28 +0200
committerMax Falk2016-08-14 22:00:28 +0200
commit02c3666c5fb75d384cecefa037ed01fdee63bc34 (patch)
tree86e854e850861692c8f8aee18de6f8c494509daa /PKGBUILD
parentfde0af89ce401a890dc9d8634f38b1392e6ea278 (diff)
downloadaur-02c3666c5fb75d384cecefa037ed01fdee63bc34.tar.gz
add haveged optional dependency and warn about ssh-plugin issues and upgrade migrations
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48c640c86520..afa3cbb8a922 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=("i686" "x86_64")
depends=("java-runtime=8"
"git>=1.8.0"
"perl>=5.8.8")
+optdepends=("haveged: Entropy for the ssh plugin" )
backup=("etc/systemd/system/${_pkgname}.service.d/local.conf"
"etc/${_pkgname}/server.xml")
install="$pkgname.install"