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

Christian Hesse eworm at archlinux.org
Sat Mar 17 22:34:37 UTC 2018


    Date: Saturday, March 17, 2018 @ 22:34:36
  Author: eworm
Revision: 309006

upgpkg: nbd 3.17-2

add dependency to libnl

Modified:
  nbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-17 21:21:50 UTC (rev 309005)
+++ PKGBUILD	2018-03-17 22:34:36 UTC (rev 309006)
@@ -6,12 +6,12 @@
 
 pkgname=nbd
 pkgver=3.17
-pkgrel=1
+pkgrel=2
 pkgdesc='tools for network block devices, allowing you to use remote block devices over TCP/IP'
 arch=('x86_64')
 url='http://nbd.sourceforge.net'
 license=('GPL')
-depends=('glib2' 'gnutls')
+depends=('glib2' 'gnutls' 'libnl')
 backup=('etc/nbd-server/config')
 source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz"
 	'config'



More information about the arch-commits mailing list