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

Christian Hesse eworm at archlinux.org
Tue Dec 27 19:41:21 UTC 2016


    Date: Tuesday, December 27, 2016 @ 19:41:21
  Author: eworm
Revision: 203115

upgpkg: nbd 3.15.1-2

undo the unintended commit of check function, but keep the explicit
dependency on gnutls

Modified:
  nbd/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-27 19:31:35 UTC (rev 203114)
+++ PKGBUILD	2016-12-27 19:41:21 UTC (rev 203115)
@@ -6,7 +6,7 @@
 
 pkgname=nbd
 pkgver=3.15.1
-pkgrel=1.1
+pkgrel=2
 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"
@@ -35,12 +35,13 @@
   make
 }
 
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+# checks still fail...
+#check() {
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+#
+#  make check
+#}
 
-  make check
-}
-
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 



More information about the arch-commits mailing list