mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/xfsprogs to 3.2.3-1
This commit is contained in:
parent
10b2ded819
commit
48b670ed51
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
# - original OPTIMIZER export does not play nice with our system
|
||||
|
||||
pkgname=xfsprogs
|
||||
pkgver=3.2.2
|
||||
pkgver=3.2.3
|
||||
pkgrel=1
|
||||
pkgdesc="XFS filesystem utilities"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -15,8 +15,8 @@ groups=('base')
|
|||
depends=('util-linux')
|
||||
options=('!makeflags')
|
||||
# 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")
|
||||
md5sums=('b6b0db5e3ee71ceba26d0a5accbd0666')
|
||||
source=("https://sources.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz")
|
||||
md5sums=('9f383e36682709e62b12c125e5d8b895')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue