diff options
Diffstat (limited to 'core/file/PKGBUILD')
-rw-r--r-- | core/file/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/file/PKGBUILD b/core/file/PKGBUILD index 0850834ba..8fced39e6 100644 --- a/core/file/PKGBUILD +++ b/core/file/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 180851 2013-03-27 01:10:50Z allan $ +# $Id: PKGBUILD 195182 2013-09-26 23:59:54Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Andreas Radke <andyrtr@archlinux.org> pkgname=file -pkgver=5.14 +pkgver=5.15 pkgrel=1 pkgdesc="File type identification utility" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ url="http://www.darwinsys.com/file/" depends=('glibc' 'zlib') options=('!libtool') source=(ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('c26625f1d6773ad4bc5a87c0e315632c') +md5sums=('3f99565532f548d7540912c4642d1ede') build() { cd "${srcdir}/${pkgname}-${pkgver}" |