summaryrefslogtreecommitdiff
path: root/core/coreutils/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/coreutils/PKGBUILD')
-rw-r--r--core/coreutils/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/core/coreutils/PKGBUILD b/core/coreutils/PKGBUILD
index a367cabdc..26113ba39 100644
--- a/core/coreutils/PKGBUILD
+++ b/core/coreutils/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 207977 2014-03-16 10:09:10Z bpiotrowski $
+# $Id: PKGBUILD 210100 2014-04-09 22:21:54Z thomas $
# Maintainer: Sébastien "Seblu" Luttringer
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Allan McRae <allan@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=coreutils
pkgver=8.22
-pkgrel=3
+pkgrel=4
pkgdesc='The basic file, shell and text manipulation utilities of the GNU operating system'
arch=('i686' 'x86_64')
license=('GPL3')
@@ -15,14 +15,17 @@ groups=('base')
depends=('glibc' 'pam' 'acl' 'gmp' 'libcap' 'openssl')
install=$pkgname.install
source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
- coreutils-8.22-shuf-segfault.patch)
+ coreutils-8.22-shuf-segfault.patch
+ 0001-cp-don-t-reserve-a-device-number.patch)
md5sums=('8fb0ae2267aa6e728958adc38f8163a2'
'SKIP'
- '94f7e6f373f37beb236caabed8fcdb52')
+ '94f7e6f373f37beb236caabed8fcdb52'
+ 'ac3825f60b6e0300e375f656a3667c52')
prepare() {
cd $pkgname-$pkgver
patch -p1 -i ../coreutils-8.22-shuf-segfault.patch
+ patch -p1 -i ../0001-cp-don-t-reserve-a-device-number.patch
}
build() {