mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/xfsprogs to 6.0.0-2
This commit is contained in:
parent
a06d720900
commit
9b83681750
1 changed files with 5 additions and 4 deletions
|
@ -6,15 +6,16 @@
|
|||
# Maintainer : Tobias Powalowski <tpowa@archlinux.org>
|
||||
pkgname=xfsprogs
|
||||
pkgver=6.0.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="XFS filesystem utilities"
|
||||
arch=('x86_64')
|
||||
license=('LGPL')
|
||||
url="https://xfs.org"
|
||||
depends=('sh' 'util-linux-libs' 'icu' 'device-mapper' 'libinih' 'liburcu')
|
||||
optdepends=('python: for xfs_scrub_all script'
|
||||
depends=('sh' 'util-linux-libs' 'device-mapper' 'libinih' 'liburcu')
|
||||
optdepends=('icu: for xfs_scrub'
|
||||
'python: for xfs_scrub_all script'
|
||||
'smtp-forwarder: for xfs_scrub_fail script')
|
||||
makedepends=('git')
|
||||
makedepends=('git' 'icu')
|
||||
options=('!makeflags')
|
||||
source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver}")
|
||||
md5sums=('SKIP')
|
||||
|
|
Loading…
Reference in a new issue