* update multipath-tools to 0.10.0-1
This commit is contained in:
parent
ff0506286f
commit
088200fe98
@ -1,18 +1,28 @@
|
||||
pkgbase = multipath-tools
|
||||
pkgdesc = Multipath tools for Linux (including kpartx)
|
||||
pkgver = 0.9.9
|
||||
pkgver = 0.10.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/opensvc/multipath-tools
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
arch = powerpc64le
|
||||
arch = powerpc64
|
||||
arch = powerpc
|
||||
arch = riscv64
|
||||
license = GPL-2.0-or-later
|
||||
license = GPL-3.0-or-later
|
||||
license = LGPL-2.0-or-later
|
||||
license = LGPL-2.1-or-later
|
||||
makedepends = git
|
||||
makedepends = systemd
|
||||
depends = glibc
|
||||
depends = gcc-libs
|
||||
depends = libaio
|
||||
depends = device-mapper
|
||||
depends = json-c
|
||||
depends = liburcu
|
||||
depends = systemd-libs
|
||||
source = multipath-tools::git+https://github.com/opensvc/multipath-tools#tag=0.9.9
|
||||
sha256sums = 92e96963707c389f545089d31006918dbd3ab021f0f5368a14e4b10aba175b8e
|
||||
depends = util-linux-libs
|
||||
source = multipath-tools::git+https://github.com/opensvc/multipath-tools#tag=0.10.0
|
||||
sha256sums = 52e5ac6c5fd51b4605faf3fe18f90fdf76124e00b622897d9ba0d24263b52353
|
||||
|
||||
pkgname = multipath-tools
|
||||
|
@ -1,4 +1,3 @@
|
||||
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
||||
# Maintainer: Robin Broda <robin@broda.me>
|
||||
# Contributor: Michael Lass <bevan@bi-co.net>
|
||||
# Contributor: Justin Dray <justin@dray.be>
|
||||
@ -9,16 +8,16 @@
|
||||
# Contributor: Matt Heagney <matt@heagney.com>
|
||||
|
||||
pkgname=multipath-tools
|
||||
pkgver=0.9.9
|
||||
pkgver=0.10.0
|
||||
pkgrel=1
|
||||
pkgdesc='Multipath tools for Linux (including kpartx)'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url='https://github.com/opensvc/multipath-tools'
|
||||
license=('GPL2')
|
||||
depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'systemd-libs')
|
||||
license=('GPL-2.0-or-later' 'GPL-3.0-or-later' 'LGPL-2.0-or-later' 'LGPL-2.1-or-later')
|
||||
depends=('glibc' 'gcc-libs' 'libaio' 'device-mapper' 'json-c' 'liburcu' 'systemd-libs' 'util-linux-libs')
|
||||
makedepends=('git' 'systemd')
|
||||
source=("multipath-tools::git+https://github.com/opensvc/multipath-tools#tag=${pkgver}")
|
||||
sha256sums=('92e96963707c389f545089d31006918dbd3ab021f0f5368a14e4b10aba175b8e')
|
||||
sha256sums=('52e5ac6c5fd51b4605faf3fe18f90fdf76124e00b622897d9ba0d24263b52353')
|
||||
|
||||
_make_opts=(
|
||||
prefix='/usr/'
|
||||
|
Loading…
x
Reference in New Issue
Block a user