[arch-commits] Commit in coreutils/trunk (PKGBUILD)
Allan McRae
allan at nymeria.archlinux.org
Tue Dec 17 02:10:36 UTC 2013
Date: Tuesday, December 17, 2013 @ 03:10:36
Author: allan
Revision: 201618
upgpkg: coreutils 8.22-2
link to openssl for crypto speed improvements
Modified:
coreutils/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-12-16 23:32:25 UTC (rev 201617)
+++ PKGBUILD 2013-12-17 02:10:36 UTC (rev 201618)
@@ -4,13 +4,13 @@
pkgname=coreutils
pkgver=8.22
-pkgrel=1
+pkgrel=2
pkgdesc="The basic file, shell and text manipulation utilities of the GNU operating system"
arch=('i686' 'x86_64')
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=('8fb0ae2267aa6e728958adc38f8163a2'
@@ -18,7 +18,7 @@
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
}
More information about the arch-commits
mailing list