mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/xfsprogs to 6.10.1-1
This commit is contained in:
parent
e3353a66db
commit
e0038afbf4
2 changed files with 28 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = xfsprogs
|
||||
pkgdesc = XFS filesystem utilities
|
||||
pkgver = 6.10.0
|
||||
pkgver = 6.10.1
|
||||
pkgrel = 1
|
||||
url = https://xfs.wiki.kernel.org
|
||||
arch = x86_64
|
||||
|
@ -8,18 +8,18 @@ pkgbase = xfsprogs
|
|||
license = LGPL-2.1-only
|
||||
makedepends = git
|
||||
makedepends = icu
|
||||
depends = sh
|
||||
depends = util-linux-libs
|
||||
depends = device-mapper
|
||||
depends = libedit
|
||||
depends = libinih
|
||||
depends = liburcu
|
||||
depends = sh
|
||||
depends = util-linux-libs
|
||||
optdepends = icu: for xfs_scrub
|
||||
optdepends = python: for xfs_scrub_all script
|
||||
optdepends = smtp-forwarder: for xfs_scrub_fail script
|
||||
source = git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git?signed#tag=v6.10.0
|
||||
source = git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git?signed#tag=v6.10.1
|
||||
validpgpkeys = 2B8185919E8D248981869DED20AE1692E13DDEE0
|
||||
validpgpkeys = 4020459E58C1A52511F5399113F703E6C11CF6F0
|
||||
b2sums = 38e1a9b6b38672673b7b28cb2038c76a54d9726265c95acc2766c177169d8c661add3d0c2c42fbb5a69b57f58ac49d5883bfa41aab78d770d4788bd13d9cb861
|
||||
b2sums = 5b2bd68685fe27de5a567eded18f030419956355837334666fbc619079267b9f4fd470bd2d913cacfdb80ba04d32b39ebf92435b40be2ec332c38d8c390206f6
|
||||
|
||||
pkgname = xfsprogs
|
||||
|
|
|
@ -6,19 +6,34 @@
|
|||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||
|
||||
pkgname=xfsprogs
|
||||
pkgver=6.10.0
|
||||
pkgver=6.10.1
|
||||
pkgrel=1
|
||||
pkgdesc="XFS filesystem utilities"
|
||||
arch=('x86_64')
|
||||
license=('GPL-2.0-only' 'LGPL-2.1-only')
|
||||
license=(
|
||||
GPL-2.0-only
|
||||
LGPL-2.1-only
|
||||
)
|
||||
url="https://xfs.wiki.kernel.org"
|
||||
depends=('sh' 'util-linux-libs' 'device-mapper' 'libedit' 'libinih' 'liburcu')
|
||||
optdepends=('icu: for xfs_scrub'
|
||||
'python: for xfs_scrub_all script'
|
||||
'smtp-forwarder: for xfs_scrub_fail script')
|
||||
makedepends=('git' 'icu')
|
||||
depends=(
|
||||
device-mapper
|
||||
libedit
|
||||
libinih
|
||||
liburcu
|
||||
sh
|
||||
util-linux-libs
|
||||
)
|
||||
optdepends=(
|
||||
'icu: for xfs_scrub'
|
||||
'python: for xfs_scrub_all script'
|
||||
'smtp-forwarder: for xfs_scrub_fail script'
|
||||
)
|
||||
makedepends=(
|
||||
git
|
||||
icu
|
||||
)
|
||||
source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git?signed#tag=v${pkgver}")
|
||||
b2sums=('38e1a9b6b38672673b7b28cb2038c76a54d9726265c95acc2766c177169d8c661add3d0c2c42fbb5a69b57f58ac49d5883bfa41aab78d770d4788bd13d9cb861')
|
||||
b2sums=('5b2bd68685fe27de5a567eded18f030419956355837334666fbc619079267b9f4fd470bd2d913cacfdb80ba04d32b39ebf92435b40be2ec332c38d8c390206f6')
|
||||
validpgpkeys=(
|
||||
'2B8185919E8D248981869DED20AE1692E13DDEE0' # Eric Sandeen <sandeen@sandeen.net>
|
||||
'4020459E58C1A52511F5399113F703E6C11CF6F0' # Carlos Maiolino <cem@kernel.org>
|
||||
|
|
Loading…
Reference in a new issue