mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/xfsprogs to 3.1.5-1
This commit is contained in:
parent
2fbc442c6a
commit
8d7782bed4
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: PKGBUILD 100477 2010-11-23 17:28:22Z tpowa $
|
||||
# $Id: PKGBUILD 118982 2011-04-09 21:14:21Z tpowa $
|
||||
# Maintainer: Paul Mattal <paul@archlinux.org>
|
||||
|
||||
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
|
||||
|
@ -7,7 +7,7 @@
|
|||
plugrel=1
|
||||
|
||||
pkgname=xfsprogs
|
||||
pkgver=3.1.4
|
||||
pkgver=3.1.5
|
||||
pkgrel=1
|
||||
pkgdesc="XFS filesystem utilities"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -18,6 +18,7 @@ depends=('util-linux-ng>=2.16')
|
|||
options=('!makeflags' '!libtool')
|
||||
# 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=('b1db37749e2b4149a0dd178abff956be')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
@ -33,4 +34,3 @@ package() {
|
|||
chown -R root $pkgdir
|
||||
chgrp -R root $pkgdir
|
||||
}
|
||||
md5sums=('74081975f148bcabcab26c4c3496ede9')
|
||||
|
|
Loading…
Reference in a new issue