summaryrefslogtreecommitdiff
path: root/core/file/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-06 23:14:28 +0000
committerroot <root@rshg054.dnsready.net>2011-08-06 23:14:28 +0000
commit7f2d7bd11daf0c654d4147cb91f9913bc587c276 (patch)
treef52f5e0fbbf78b3f77f034aa9fcb06346e363ed0 /core/file/PKGBUILD
parent6eacc0759bca4167f2dcd67ce43bca78cb2a06ca (diff)
Sat Aug 6 23:14:27 UTC 2011
Diffstat (limited to 'core/file/PKGBUILD')
-rw-r--r--core/file/PKGBUILD17
1 files changed, 6 insertions, 11 deletions
diff --git a/core/file/PKGBUILD b/core/file/PKGBUILD
index 2a5489e9d..4d7b9cf95 100644
--- a/core/file/PKGBUILD
+++ b/core/file/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 131726 2011-07-14 01:54:47Z allan $
+# $Id: PKGBUILD 134479 2011-08-04 09:59:01Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
pkgname=file
-pkgver=5.07
-pkgrel=4
+pkgver=5.08
+pkgrel=1
pkgdesc="File type identification utility"
arch=('i686' 'x86_64')
license=('custom')
@@ -12,17 +12,12 @@ groups=('base')
url="http://www.darwinsys.com/file/"
depends=('glibc' 'zlib')
options=('!libtool')
-source=(ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz
- file-5.07-zip-detect.patch)
-md5sums=('b8d1f9a8a644067bd0a703cebf3f4858'
- 'ac155cf89af6665dfee76738c27366d8')
+source=(ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('6a2a263c20278f01fe3bb0f720b27d4e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- sed -i 's#\$(datadir)/misc#\$(datadir)#' configure
-
- # combined upstream patches to fix zip file detection
- patch -Np1 -i ${srcdir}/file-5.07-zip-detect.patch
+ sed -i 's#\$(datadir)/misc#\$(datadir)#' configure
./configure --prefix=/usr --datadir=/usr/share/file
make