Date: Thursday, October 27, 2022 @ 09:53:42 Author: eworm Revision: 1338045
upgpkg: multipath-tools 0.9.3-1: new upstream release Modified: multipath-tools/trunk/PKGBUILD ----------+ PKGBUILD | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-27 09:16:20 UTC (rev 1338044) +++ PKGBUILD 2022-10-27 09:53:42 UTC (rev 1338045) @@ -8,9 +8,9 @@ # Contributor: Matt Heagney <[email protected]> pkgname=multipath-tools -_tag='66664cdb52f548b821b2ea28e49613c068e9375d' # git rev-parse ${pkgver} -pkgver=0.9.2 -pkgrel=2 +_tag='1332947447133fdf26246012b836868a3d974f0e' # git rev-parse ${pkgver} +pkgver=0.9.3 +pkgrel=1 pkgdesc='Multipath tools for Linux (including kpartx)' arch=('x86_64') url='https://github.com/opensvc/multipath-tools' @@ -20,20 +20,14 @@ source=("multipath-tools::git+https://github.com/opensvc/multipath-tools#tag=${_tag}") sha256sums=('SKIP') -prepare() { - cd "${pkgname}" - - # https://github.com/opensvc/multipath-tools/issues/47 - git merge --ff-only '7da868c008624dd33ef8264a958e9c9f592fe52e' - - sed -i -e '/^bindir/c bindir=/usr/bin' Makefile.inc -} - build() { cd "${pkgname}" make \ - LIB='/usr/lib' \ + prefix='/usr/' \ + bindir='/usr/bin' \ + LIB='lib' \ + SYSTEMDPATH='lib' \ FORTIFY_OPT='' } @@ -42,7 +36,10 @@ make -j1 \ DESTDIR="${pkgdir}" \ - LIB='/usr/lib' \ + prefix='/usr/' \ + bindir='/usr/bin' \ + LIB='lib' \ + SYSTEMDPATH='lib' \ install install -D -m0644 -t "${pkgdir}/usr/share/doc/${pkgname}" README*
