[arch-commits] Commit in nbd/trunk (PKGBUILD nbd-at.service.tmpl)

Christian Hesse eworm at archlinux.org
Tue Dec 20 19:45:53 UTC 2016


    Date: Tuesday, December 20, 2016 @ 19:45:52
  Author: eworm
Revision: 200522

upgpkg: nbd 3.15.1-1

new upstream release

Modified:
  nbd/trunk/PKGBUILD
Deleted:
  nbd/trunk/nbd-at.service.tmpl

---------------------+
 PKGBUILD            |   28 +++++++++++-----------------
 nbd-at.service.tmpl |   11 -----------
 2 files changed, 11 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-20 18:53:30 UTC (rev 200521)
+++ PKGBUILD	2016-12-20 19:45:52 UTC (rev 200522)
@@ -5,30 +5,24 @@
 # Contributor: Gerhard Brauer <gerbra at archlinux.de>
 
 pkgname=nbd
-pkgver=3.14
-pkgrel=2
+pkgver=3.15.1
+pkgrel=1
 pkgdesc="tools for network block devices, allowing you to use remote block devices over TCP/IP"
 arch=('i686' 'x86_64')
 url="http://nbd.sourceforge.net"
 license=('GPL')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz
-	nbd-at.service.tmpl
-	config
-	nbd.service
-	sysusers_nbd.conf)
-backup=('etc/nbd-server/config')
 depends=('glib2')
 install=nbd.install
-md5sums=('fa29f57ca752e363edc15f0e35f0a95f'
-         'b34f29303dcab511e93e055ca24bbe77'
-         'a5b890148b80c5951dbe9daa2f487d63'
-         '5d1acc143018117174f79eff15afa038'
-         'd969703f3d161935bb160a5c7afd468f')
+backup=('etc/nbd-server/config')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz"
+	'config'
+	'nbd.service'
+	'sysusers_nbd.conf')
+sha256sums=('ac1108dfdaffe1cf01f5f0f34c738771184bf6ff4a503edefaf10a961f8b8745'
+            'ee2e9fbbeb8a8b9b71d16b6f32eb41788f6def9d00cc4a47897ed3cb97cdde7c'
+            '7f57d8764f9bf974ed407835467141ff54c9ed05471312a20437b398834c1f0c'
+            '11bbab28111c519d043bd96934e16508fe1483c9741e781eea9b9544b111505d')
 
-prepare() {
-  install -D -m0644 nbd-at.service.tmpl "${srcdir}/${pkgname}-${pkgver}"/systemd/nbd at .service.tmpl
-}
-
 build(){
   cd "${srcdir}/${pkgname}-${pkgver}"
 

Deleted: nbd-at.service.tmpl
===================================================================
--- nbd-at.service.tmpl	2016-12-20 18:53:30 UTC (rev 200521)
+++ nbd-at.service.tmpl	2016-12-20 19:45:52 UTC (rev 200522)
@@ -1,11 +0,0 @@
-[Unit]
-Description=NBD client connection for %i
-Documentation=man:nbd-client
-PartOf=nbd.service
-[Service]
-Type=forking
-ExecStart=@sbindir@/nbd-client %i
-Before=dev-%i.device
-RequiredBy=dev-%i.device
-[Install]
-RequiredBy=dev-%i.device



More information about the arch-commits mailing list