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

Robin Broda coderobe at archlinux.org
Sun Mar 10 05:36:21 UTC 2019


    Date: Sunday, March 10, 2019 @ 05:36:20
  Author: coderobe
Revision: 438904

upgpkg: multipath-tools 0.8.0-2

remove ceph-libs dependency (FS#61965)

Modified:
  multipath-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-10 03:28:21 UTC (rev 438903)
+++ PKGBUILD	2019-03-10 05:36:20 UTC (rev 438904)
@@ -9,12 +9,12 @@
 
 pkgname=multipath-tools
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Multipath tools for Linux (including kpartx)'
 arch=('x86_64')
 url='http://christophe.varoqui.free.fr/'
 license=('GPL2')
-depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'ceph-libs' 'systemd-libs')
+depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'systemd-libs')
 makedepends=('git')
 source=("multipath-tools::git+https://git.opensvc.com/multipath-tools/.git#tag=${pkgver}")
 sha256sums=('SKIP')



More information about the arch-commits mailing list