diff options
author | root <root@rshg054.dnsready.net> | 2012-02-25 23:15:06 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-25 23:15:06 +0000 |
commit | e4a5730eb358cb0d78bc022204ddccac068c2bf2 (patch) | |
tree | 8dc9d2ac6b1313cb68be1a6c8b51500397f8b225 /core/file | |
parent | 299e917c17619f800f0c21cf43209065b608223f (diff) |
Sat Feb 25 23:15:06 UTC 2012
Diffstat (limited to 'core/file')
-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 3eb77188b..f18203824 100644 --- a/core/file/PKGBUILD +++ b/core/file/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 145913 2012-01-04 01:24:54Z allan $ +# $Id: PKGBUILD 150976 2012-02-24 12:10:49Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Andreas Radke <andyrtr@archlinux.org> pkgname=file -pkgver=5.10 +pkgver=5.11 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=('4cea34b087b060772511e066e2038196') +md5sums=('16a407bd66d6c7a832f3a5c0d609c27b') build() { cd "${srcdir}/${pkgname}-${pkgver}" |