diff --git a/multipath-tools/.SRCINFO b/multipath-tools/.SRCINFO new file mode 100644 index 0000000000..d9cc679d7b --- /dev/null +++ b/multipath-tools/.SRCINFO @@ -0,0 +1,18 @@ +pkgbase = multipath-tools + pkgdesc = Multipath tools for Linux (including kpartx) + pkgver = 0.9.9 + pkgrel = 1 + url = https://github.com/opensvc/multipath-tools + arch = x86_64 + license = GPL2 + makedepends = git + makedepends = systemd + 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 + +pkgname = multipath-tools diff --git a/multipath-tools/.nvchecker.toml b/multipath-tools/.nvchecker.toml new file mode 100644 index 0000000000..42db6f7869 --- /dev/null +++ b/multipath-tools/.nvchecker.toml @@ -0,0 +1,3 @@ +[multipath-tools] +source = "git" +git = "https://github.com/opensvc/multipath-tools.git" diff --git a/multipath-tools/PKGBUILD b/multipath-tools/PKGBUILD index faab1e088e..a9826b5493 100644 --- a/multipath-tools/PKGBUILD +++ b/multipath-tools/PKGBUILD @@ -9,7 +9,7 @@ # Contributor: Matt Heagney pkgname=multipath-tools -pkgver=0.9.8 +pkgver=0.9.9 pkgrel=1 pkgdesc='Multipath tools for Linux (including kpartx)' arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) @@ -18,7 +18,7 @@ license=('GPL2') depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'systemd-libs') makedepends=('git' 'systemd') source=("multipath-tools::git+https://github.com/opensvc/multipath-tools#tag=${pkgver}") -sha256sums=('dadd5555bc9dd82208e9d30ffe1d92227ecd53da56b9c645171ec756113eb58a') +sha256sums=('92e96963707c389f545089d31006918dbd3ab021f0f5368a14e4b10aba175b8e') _make_opts=( prefix='/usr/'