From f75f7b1d70ef2580c6fd24011bc26153e9e22cf0 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 14 Jan 2013 08:36:10 +0000 Subject: [PATCH] core/xfsprogs to 3.1.10-1 --- core/xfsprogs/PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/core/xfsprogs/PKGBUILD b/core/xfsprogs/PKGBUILD index 2a47b22d1..1e63facdd 100644 --- a/core/xfsprogs/PKGBUILD +++ b/core/xfsprogs/PKGBUILD @@ -1,14 +1,12 @@ # $Id: PKGBUILD 142967 2011-11-19 08:45:35Z tpowa $ # Maintainer: Paul Mattal -# ALARM: Kevin Mihelich +# ALARM: Kevin Mihelich # - original OPTIMIZER export does not play nice with our system -plugrel=1 - pkgname=xfsprogs -pkgver=3.1.8 -pkgrel=2 +pkgver=3.1.10 +pkgrel=1 pkgdesc="XFS filesystem utilities" arch=('i686' 'x86_64') license=('LGPL') @@ -18,7 +16,7 @@ depends=('util-linux') 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=('f70b2e7200d4c29f0af1cf70e7be1db6') +md5sums=('d6159f7a664d95b4c150d580399d4400') build() { cd "${srcdir}/${pkgname}-${pkgver}"