Date: Tuesday, November 10, 2015 @ 09:18:18
  Author: eworm
Revision: 146481

upgpkg: nbd 3.12-1

upstream release

Modified:
  nbd/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-11-10 08:10:57 UTC (rev 146480)
+++ PKGBUILD    2015-11-10 08:18:18 UTC (rev 146481)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: Christian Hesse <[email protected]>
+# Maintainer: Christian Hesse <[email protected]>
+# Contributor: Sven-Hendrik Haase <[email protected]>
 # Contributor: Ionut Biru <[email protected]>
 # Contributor: Gerhard Brauer <[email protected]>
 
 pkgname=nbd
-pkgver=3.11
+pkgver=3.12
 pkgrel=1
 pkgdesc="tools for network block devices, allowing you to use remote block 
devices over TCP/IP"
 arch=('i686' 'x86_64')
@@ -12,11 +12,13 @@
 url="http://nbd.sourceforge.net";
 license=('GPL')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz
+       
'nbdtab.5.in.sgml::http://sourceforge.net/p/nbd/code/ci/master/tree/man/nbdtab.5.in.sgml?format=raw'
        config nbd.service)
 backup=('etc/nbd-server/config')
 depends=('glib2')
 install=nbd.install
-md5sums=('73d11644a28b9f335292cdb3bdc4b74b'
+md5sums=('c14ae667b546276805a65e66af923180'
+         '47e674b29f279df0d99d8ef30a9445bc'
          '2d05d426b8c2708d5f8a0d028fcbae05'
          '5d1acc143018117174f79eff15afa038')
 
@@ -23,6 +25,10 @@
 build(){
   cd "${srcdir}/${pkgname}-${pkgver}"
 
+  # this file is present in git, but missing from release tarball
+  install "${srcdir}/nbdtab.5.in.sgml" man/
+  touch --date=2015-11-02 man/nbdtab.5.in.sgml
+
   ./configure --prefix=/usr --sysconfdir=/etc --enable-syslog 
--sbindir=/usr/bin
 
   make

Reply via email to