* update f2fs-tools to 1.16.0-3
This commit is contained in:
parent
3060e6a7ca
commit
f3662724b7
20
f2fs-tools/.SRCINFO
Normal file
20
f2fs-tools/.SRCINFO
Normal file
@ -0,0 +1,20 @@
|
||||
pkgbase = f2fs-tools
|
||||
pkgdesc = Tools for Flash-Friendly File System (F2FS)
|
||||
pkgver = 1.16.0
|
||||
pkgrel = 3
|
||||
url = https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/about/
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
arch = powerpc64
|
||||
arch = powerpc
|
||||
arch = riscv64
|
||||
license = GPL
|
||||
makedepends = git
|
||||
depends = util-linux
|
||||
provides = libf2fs.so
|
||||
provides = libf2fs_format.so
|
||||
source = git+https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git#tag=v1.16.0
|
||||
validpgpkeys = D3452A79D8C2B4EAC656F4224014A87E824850D2
|
||||
sha256sums = 87d0ecee953f1c800c8c1869b5cdca8e37d5df1fe7e40a80e21b187425205c48
|
||||
|
||||
pkgname = f2fs-tools
|
4
f2fs-tools/.nvchecker.toml
Normal file
4
f2fs-tools/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[f2fs-tools]
|
||||
source = "git"
|
||||
git = "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git"
|
||||
prefix = "v"
|
@ -3,9 +3,8 @@
|
||||
# Contributor: Christian Hesse <mail@eworm.de>
|
||||
|
||||
pkgname=f2fs-tools
|
||||
_tag='47558d1ab784cceea1ee0fd8da43e5d3c5fcf8ab' # git rev-parse v${pkgver}
|
||||
pkgver=1.16.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Tools for Flash-Friendly File System (F2FS)'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url='https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/about/'
|
||||
@ -14,8 +13,8 @@ depends=('util-linux')
|
||||
makedepends=('git')
|
||||
license=('GPL')
|
||||
validpgpkeys=('D3452A79D8C2B4EAC656F4224014A87E824850D2') # Jaegeuk Kim <jaegeuk@kernel.org>
|
||||
source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git#tag=${_tag}")
|
||||
sha256sums=('SKIP')
|
||||
source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git#tag=v${pkgver}")
|
||||
sha256sums=('87d0ecee953f1c800c8c1869b5cdca8e37d5df1fe7e40a80e21b187425205c48')
|
||||
|
||||
_backports=(
|
||||
# f2fs-tools: fix build error on lz4-1.9.4
|
||||
|
Loading…
x
Reference in New Issue
Block a user