[arch-commits] Commit in nbd/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Wed Nov 11 11:49:02 UTC 2015


    Date: Wednesday, November 11, 2015 @ 12:49:02
  Author: eworm
Revision: 146574

upgpkg: nbd 3.12.1-1

upstream release (just includes the missing file in release tarball)

Modified:
  nbd/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-11 07:22:50 UTC (rev 146573)
+++ PKGBUILD	2015-11-11 11:49:02 UTC (rev 146574)
@@ -5,7 +5,7 @@
 # Contributor: Gerhard Brauer <gerbra at archlinux.de>
 
 pkgname=nbd
-pkgver=3.12
+pkgver=3.12.1
 pkgrel=1
 pkgdesc="tools for network block devices, allowing you to use remote block devices over TCP/IP"
 arch=('i686' 'x86_64')
@@ -12,13 +12,11 @@
 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=('c14ae667b546276805a65e66af923180'
-         '47e674b29f279df0d99d8ef30a9445bc'
+md5sums=('055eb1c5a95cc6976256dcc84ae63abb'
          '2d05d426b8c2708d5f8a0d028fcbae05'
          '5d1acc143018117174f79eff15afa038')
 
@@ -25,10 +23,6 @@
 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



More information about the arch-commits mailing list