mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/xfsprogs to 6.7.0-1
This commit is contained in:
parent
0a6f35bcd7
commit
902ca0ac3d
2 changed files with 8 additions and 7 deletions
|
@ -1,10 +1,11 @@
|
|||
pkgbase = xfsprogs
|
||||
pkgdesc = XFS filesystem utilities
|
||||
pkgver = 6.6.0
|
||||
pkgver = 6.7.0
|
||||
pkgrel = 1
|
||||
url = https://xfs.wiki.kernel.org
|
||||
arch = x86_64
|
||||
license = LGPL
|
||||
license = GPL-2.0-only
|
||||
license = LGPL-2.1-only
|
||||
makedepends = git
|
||||
makedepends = icu
|
||||
depends = sh
|
||||
|
@ -16,9 +17,9 @@ pkgbase = xfsprogs
|
|||
optdepends = python: for xfs_scrub_all script
|
||||
optdepends = smtp-forwarder: for xfs_scrub_fail script
|
||||
options = !makeflags
|
||||
source = git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git?signed#tag=v6.6.0
|
||||
source = git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git?signed#tag=v6.7.0
|
||||
validpgpkeys = 2B8185919E8D248981869DED20AE1692E13DDEE0
|
||||
validpgpkeys = 4020459E58C1A52511F5399113F703E6C11CF6F0
|
||||
b2sums = SKIP
|
||||
b2sums = 810ffde66e8de47ce264406591ef6fd6f24b52ab44a0b7a58f7858c8eee442c9f33988f968940560ab5a455ceac7c9b2de1376f3fba816d19eec81f3e92d8529
|
||||
|
||||
pkgname = xfsprogs
|
||||
|
|
|
@ -6,11 +6,11 @@
|
|||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||
|
||||
pkgname=xfsprogs
|
||||
pkgver=6.6.0
|
||||
pkgver=6.7.0
|
||||
pkgrel=1
|
||||
pkgdesc="XFS filesystem utilities"
|
||||
arch=('x86_64')
|
||||
license=('LGPL')
|
||||
license=('GPL-2.0-only' 'LGPL-2.1-only')
|
||||
url="https://xfs.wiki.kernel.org"
|
||||
depends=('sh' 'util-linux-libs' 'device-mapper' 'libinih' 'liburcu')
|
||||
optdepends=('icu: for xfs_scrub'
|
||||
|
@ -19,7 +19,7 @@ optdepends=('icu: for xfs_scrub'
|
|||
makedepends=('git' 'icu')
|
||||
options=('!makeflags')
|
||||
source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git?signed#tag=v${pkgver}")
|
||||
b2sums=('SKIP')
|
||||
b2sums=('810ffde66e8de47ce264406591ef6fd6f24b52ab44a0b7a58f7858c8eee442c9f33988f968940560ab5a455ceac7c9b2de1376f3fba816d19eec81f3e92d8529')
|
||||
validpgpkeys=(
|
||||
'2B8185919E8D248981869DED20AE1692E13DDEE0' # Eric Sandeen <sandeen@sandeen.net>
|
||||
'4020459E58C1A52511F5399113F703E6C11CF6F0' # Carlos Maiolino <cem@kernel.org>
|
||||
|
|
Loading…
Reference in a new issue