mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/xfsprogs to 6.9.0-1
This commit is contained in:
parent
51f873dd18
commit
1558e2efb6
3 changed files with 11 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = xfsprogs
|
pkgbase = xfsprogs
|
||||||
pkgdesc = XFS filesystem utilities
|
pkgdesc = XFS filesystem utilities
|
||||||
pkgver = 6.8.0
|
pkgver = 6.9.0
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://xfs.wiki.kernel.org
|
url = https://xfs.wiki.kernel.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL-2.0-only
|
license = GPL-2.0-only
|
||||||
|
@ -17,9 +17,9 @@ pkgbase = xfsprogs
|
||||||
optdepends = python: for xfs_scrub_all script
|
optdepends = python: for xfs_scrub_all script
|
||||||
optdepends = smtp-forwarder: for xfs_scrub_fail script
|
optdepends = smtp-forwarder: for xfs_scrub_fail script
|
||||||
options = !makeflags
|
options = !makeflags
|
||||||
source = git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git?signed#tag=v6.8.0
|
source = git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git?signed#tag=v6.9.0
|
||||||
validpgpkeys = 2B8185919E8D248981869DED20AE1692E13DDEE0
|
validpgpkeys = 2B8185919E8D248981869DED20AE1692E13DDEE0
|
||||||
validpgpkeys = 4020459E58C1A52511F5399113F703E6C11CF6F0
|
validpgpkeys = 4020459E58C1A52511F5399113F703E6C11CF6F0
|
||||||
b2sums = 0797e57b0c6a7512233d431832e966a2a03659c2ea5f80255e13f26ea2d0f61cfecaf4603fc1636b008b77ff9c946b06fbf77a1cd23e9583c7f782d098772099
|
b2sums = 6f516850d2d79e0dd55b8ba0d144f8b9908510186a7b9c547736fc6cb40a2202b83ae1b62aeecb014dd2be70202aa94a44d6dde07756f6f77cb104181e50b693
|
||||||
|
|
||||||
pkgname = xfsprogs
|
pkgname = xfsprogs
|
||||||
|
|
4
core/xfsprogs/.nvchecker.toml
Normal file
4
core/xfsprogs/.nvchecker.toml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[xfsprogs]
|
||||||
|
source = "git"
|
||||||
|
git = "https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git"
|
||||||
|
prefix = "v"
|
|
@ -6,8 +6,8 @@
|
||||||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||||
|
|
||||||
pkgname=xfsprogs
|
pkgname=xfsprogs
|
||||||
pkgver=6.8.0
|
pkgver=6.9.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="XFS filesystem utilities"
|
pkgdesc="XFS filesystem utilities"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
license=('GPL-2.0-only' 'LGPL-2.1-only')
|
license=('GPL-2.0-only' 'LGPL-2.1-only')
|
||||||
|
@ -19,7 +19,7 @@ optdepends=('icu: for xfs_scrub'
|
||||||
makedepends=('git' 'icu')
|
makedepends=('git' 'icu')
|
||||||
options=('!makeflags')
|
options=('!makeflags')
|
||||||
source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git?signed#tag=v${pkgver}")
|
source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git?signed#tag=v${pkgver}")
|
||||||
b2sums=('0797e57b0c6a7512233d431832e966a2a03659c2ea5f80255e13f26ea2d0f61cfecaf4603fc1636b008b77ff9c946b06fbf77a1cd23e9583c7f782d098772099')
|
b2sums=('6f516850d2d79e0dd55b8ba0d144f8b9908510186a7b9c547736fc6cb40a2202b83ae1b62aeecb014dd2be70202aa94a44d6dde07756f6f77cb104181e50b693')
|
||||||
validpgpkeys=(
|
validpgpkeys=(
|
||||||
'2B8185919E8D248981869DED20AE1692E13DDEE0' # Eric Sandeen <sandeen@sandeen.net>
|
'2B8185919E8D248981869DED20AE1692E13DDEE0' # Eric Sandeen <sandeen@sandeen.net>
|
||||||
'4020459E58C1A52511F5399113F703E6C11CF6F0' # Carlos Maiolino <cem@kernel.org>
|
'4020459E58C1A52511F5399113F703E6C11CF6F0' # Carlos Maiolino <cem@kernel.org>
|
||||||
|
|
Loading…
Reference in a new issue