diff --git a/srcpkgs/wget/template b/srcpkgs/wget/template index 79c2c8d390..67c6d374fe 100644 --- a/srcpkgs/wget/template +++ b/srcpkgs/wget/template @@ -1,17 +1,17 @@ # Template file for 'wget' pkgname=wget -version=1.13.4 -distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz" -build_style=gnu-configure -configure_args="--with-ssl=openssl" +version=1.14 revision=1 +build_style=gnu-configure +configure_args="--with-ssl=openssl --without-included-regex" depends="ca-certificates" makedepends="perl>=0 openssl-devel libidn-devel" short_desc="The GNU wget utility" maintainer="Juan RP " homepage="http://www.gnu.org/software/wget/wget.html" license="GPL-3" -checksum=24c7710bc9f220ce23d8a9e0f5673b0efc1cace62db6de0239b5863ecc934dcd +distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz" +checksum=f3a6898e3a765bb94435b04a6668db9e5d19b3e90e0c69a503a2773ae936c269 long_desc=" GNU Wget is a free software package for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet protocols. It is a @@ -36,8 +36,7 @@ long_desc=" conf_files="/etc/wgetrc" -post_install() -{ +post_install() { echo "ca_certificate=/etc/ssl/certs/ca-certificates.crt" \ >> ${DESTDIR}/etc/wgetrc } diff --git a/srcpkgs/wget/wget.rshlibs b/srcpkgs/wget/wget.rshlibs index 13ca4cab52..9886a88fdb 100644 --- a/srcpkgs/wget/wget.rshlibs +++ b/srcpkgs/wget/wget.rshlibs @@ -3,3 +3,4 @@ libcrypto.so.1 libidn.so.11 librt.so.1 libc.so.6 +libz.so.1