summaryrefslogtreecommitdiff
path: root/core/file/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/file/PKGBUILD')
-rw-r--r--core/file/PKGBUILD17
1 files changed, 13 insertions, 4 deletions
diff --git a/core/file/PKGBUILD b/core/file/PKGBUILD
index 818a8f0f2..859091149 100644
--- a/core/file/PKGBUILD
+++ b/core/file/PKGBUILD
@@ -1,18 +1,27 @@
-# $Id: PKGBUILD 205932 2014-02-14 08:16:42Z allan $
+# $Id: PKGBUILD 207101 2014-03-06 12:36:01Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
pkgname=file
pkgver=5.17
-pkgrel=1
+pkgrel=2
pkgdesc="File type identification utility"
arch=('i686' 'x86_64')
license=('custom')
groups=('base' 'base-devel')
url="http://www.darwinsys.com/file/"
depends=('glibc' 'zlib')
-source=(ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e19c47e069ced7b01ccb4db402cc01d3')
+source=(ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz
+ file-5.17-off-by-one.patch)
+md5sums=('e19c47e069ced7b01ccb4db402cc01d3'
+ 'f36a87784f1db2e415ce09badb38fbe8')
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ # https://github.com/file/file/commit/70c65d2e1841
+ patch -p1 -i $srcdir/file-5.17-off-by-one.patch
+}
build() {
cd "${srcdir}/${pkgname}-${pkgver}"