summaryrefslogtreecommitdiff
path: root/core/coreutils
diff options
context:
space:
mode:
Diffstat (limited to 'core/coreutils')
-rw-r--r--core/coreutils/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/coreutils/PKGBUILD b/core/coreutils/PKGBUILD
index 63732bf4e..afa05d286 100644
--- a/core/coreutils/PKGBUILD
+++ b/core/coreutils/PKGBUILD
@@ -1,24 +1,24 @@
-# $Id: PKGBUILD 187020 2013-06-03 11:14:56Z allan $
+# $Id: PKGBUILD 201684 2013-12-18 05:22:31Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=coreutils
-pkgver=8.21
+pkgver=8.22
pkgrel=2
pkgdesc="The basic file, shell and text manipulation utilities of the GNU operating system"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL3')
url="http://www.gnu.org/software/coreutils"
groups=('base')
-depends=('glibc' 'pam' 'acl' 'gmp' 'libcap')
+depends=('glibc' 'pam' 'acl' 'gmp' 'libcap' 'openssl')
install=${pkgname}.install
source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('065ba41828644eca5dd8163446de5d64'
+md5sums=('8fb0ae2267aa6e728958adc38f8163a2'
'SKIP')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr --libexecdir=/usr/lib \
+ ./configure --prefix=/usr --libexecdir=/usr/lib --with-openssl \
--enable-no-install-program=groups,hostname,kill,uptime
make
}