mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/xfsprogs to 3.2.1
This commit is contained in:
parent
9edea8b864
commit
f95dc2db9a
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
# - original OPTIMIZER export does not play nice with our system
|
# - original OPTIMIZER export does not play nice with our system
|
||||||
|
|
||||||
pkgname=xfsprogs
|
pkgname=xfsprogs
|
||||||
pkgver=3.2.0
|
pkgver=3.2.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="XFS filesystem utilities"
|
pkgdesc="XFS filesystem utilities"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -16,7 +16,7 @@ depends=('util-linux')
|
||||||
options=('!makeflags')
|
options=('!makeflags')
|
||||||
# We mirror the sources as upstream tends to move them once a new release is out
|
# We mirror the sources as upstream tends to move them once a new release is out
|
||||||
source=("ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz")
|
source=("ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz")
|
||||||
md5sums=('400047b2f6af87c0345b8f0cc00c13db')
|
md5sums=('5c6905932029c8f9207fe5a0a8aac24b')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue