diff options
author | root <root@rshg054.dnsready.net> | 2012-01-04 23:14:55 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-01-04 23:14:55 +0000 |
commit | 85828cc2c2c3ef5c0b9b03388b9323d3d163b389 (patch) | |
tree | d2f2125c0ff38894f9c3ffe29164f5f763a762f0 /core/file/PKGBUILD | |
parent | d1d68784dc66793601c239fa64cc0e02ebd9444e (diff) |
Wed Jan 4 23:14:55 UTC 2012
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 a9c580977..3eb77188b 100644 --- a/core/file/PKGBUILD +++ b/core/file/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 138220 2011-09-19 05:03:19Z allan $ +# $Id: PKGBUILD 145913 2012-01-04 01:24:54Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Andreas Radke <andyrtr@archlinux.org> pkgname=file -pkgver=5.09 +pkgver=5.10 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=('6fd7cd6c4281e68fe9ec6644ce0fac6f') +md5sums=('4cea34b087b060772511e066e2038196') build() { cd "${srcdir}/${pkgname}-${pkgver}" |