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

Robin Broda coderobe at archlinux.org
Sun Mar 10 03:16:45 UTC 2019


    Date: Sunday, March 10, 2019 @ 03:16:44
  Author: coderobe
Revision: 438900

upgpkg: multipath-tools 0.8.0-1

update to 0.8.0, fix systemd version detection in makefile

Modified:
  multipath-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-10 03:00:20 UTC (rev 438899)
+++ PKGBUILD	2019-03-10 03:16:44 UTC (rev 438900)
@@ -8,8 +8,8 @@
 # Contributor: Matt Heagney <matt at heagney.com>
 
 pkgname=multipath-tools
-pkgver=0.7.9
-pkgrel=4
+pkgver=0.8.0
+pkgrel=1
 pkgdesc='Multipath tools for Linux (including kpartx)'
 arch=('x86_64')
 url='http://christophe.varoqui.free.fr/'
@@ -22,6 +22,9 @@
 prepare() {
   cd "${pkgname}"
 
+  # Fix systemd version detection in Makefile
+  sed -i 's/sed -n .*$/head -n1 | cut -d" " -f2\)/g' Makefile.inc
+
   # Fix bindir in Makefile
   sed -i 's|$(exec_prefix)/sbin|$(exec_prefix)/bin|g' Makefile.inc
 }



More information about the arch-commits mailing list