diff options
Diffstat (limited to 'pcr-testing/gophernicus/PKGBUILD')
-rw-r--r-- | pcr-testing/gophernicus/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pcr-testing/gophernicus/PKGBUILD b/pcr-testing/gophernicus/PKGBUILD index d869e4b76..d01c74125 100644 --- a/pcr-testing/gophernicus/PKGBUILD +++ b/pcr-testing/gophernicus/PKGBUILD @@ -4,7 +4,7 @@ pkgname=gophernicus pkgver=3.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Modern, full-featured (and hopefully) secure gopher daemon" arch=('armv7h' 'i686' 'x86_64') url="https://github.com/gophernicus/gophernicus" @@ -12,6 +12,7 @@ license=('BSD2') backup=(etc/xinetd.d/gophernicus srv/gopher/gophermap) +install=${pkgname}.install depends=('libwrap' 'xinetd') optdepends=("xinetd-openrc: openrc init-script") |