diff --git a/srcpkgs/nbd/template b/srcpkgs/nbd/template index 2540704eef..edce65c134 100644 --- a/srcpkgs/nbd/template +++ b/srcpkgs/nbd/template @@ -1,6 +1,6 @@ # Template file for 'nbd' pkgname=nbd -version=3.6 +version=3.7 revision=1 build_style=gnu-configure configure_args="--enable-syslog --sbindir=/usr/bin" @@ -13,10 +13,10 @@ maintainer="Juan RP " license="GPL-2" homepage="http://nbd.sourceforge.net" distfiles="${SOURCEFORGE_SITE}/nbd/nbd-${version}.tar.gz" -checksum=56a079fd6252e8efc88a2da16be8be50bf86740a6135747241c9cdbd75191bd5 +checksum=a10523e02d2517b17c26120969544283094137c3989c9f39980b75de64894b61 post_install() { vinstall ${FILESDIR}/config 644 etc/nbd-server vinstall ${FILESDIR}/nbd.service 644 usr/lib/systemd/system - vinstall README 644 usr/share/doc/nbd + vinstall doc/README 644 usr/share/doc/nbd }