* update thin-provisioning-tools to 1.1.0-1
This commit is contained in:
parent
44cb8c9a86
commit
6a4d38e03d
17
thin-provisioning-tools/.SRCINFO
Normal file
17
thin-provisioning-tools/.SRCINFO
Normal file
@ -0,0 +1,17 @@
|
||||
pkgbase = thin-provisioning-tools
|
||||
pkgdesc = Suite of tools for manipulating the metadata of the dm-thin device-mapper target
|
||||
pkgver = 1.1.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/jthornber/thin-provisioning-tools
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
makedepends = git
|
||||
makedepends = cargo
|
||||
makedepends = clang
|
||||
makedepends = device-mapper
|
||||
depends = gcc-libs
|
||||
depends = systemd-libs
|
||||
source = git+https://github.com/jthornber/thin-provisioning-tools#tag=v1.1.0
|
||||
sha256sums = 652db5ebaa80e9b44ba62ba327aba7e237b12de37e130fee7c3f4fd817e1f103
|
||||
|
||||
pkgname = thin-provisioning-tools
|
4
thin-provisioning-tools/.nvchecker.toml
Normal file
4
thin-provisioning-tools/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[thin-provisioning-tools]
|
||||
source = "git"
|
||||
git = "https://github.com/jthornber/thin-provisioning-tools.git"
|
||||
prefix = "v"
|
@ -3,17 +3,17 @@
|
||||
# Contributor: Jason Hall <cakersq@gmail.com>
|
||||
|
||||
pkgname=thin-provisioning-tools
|
||||
pkgver=1.0.13
|
||||
pkgver=1.1.0
|
||||
pkgrel=1
|
||||
pkgdesc='Suite of tools for manipulating the metadata of the dm-thin device-mapper target'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url='https://github.com/jthornber/thin-provisioning-tools'
|
||||
license=('GPL3')
|
||||
depends=('gcc-libs')
|
||||
makedepends=('cargo')
|
||||
makedepends=('cargo' 'clang')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz"
|
||||
hotfix-no-atomic64.diff)
|
||||
sha256sums=('48444caefd00c23f5240dd01f8b2a51cfded952f078b2a5318929137e00fbd3f'
|
||||
sha256sums=('fef778119046e6057aabcc087685aafefe62eb3a65febba639482e72c85a59ed'
|
||||
'6eb1ecd180a3184374ac930b5a69414dc664cde14ba7945b008d5c3357e5784d')
|
||||
|
||||
build() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user