[arch-commits] Commit in wget/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Wed Oct 29 03:42:13 UTC 2014


    Date: Wednesday, October 29, 2014 @ 04:42:13
  Author: eric
Revision: 225420

upgpkg: wget 1.16-2

Clean up depends and checkdepends

Modified:
  wget/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-29 00:37:15 UTC (rev 225419)
+++ PKGBUILD	2014-10-29 03:42:13 UTC (rev 225420)
@@ -3,13 +3,13 @@
 
 pkgname=wget
 pkgver=1.16
-pkgrel=1
+pkgrel=2
 pkgdesc="A network utility to retrieve files from the Web"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/wget/wget.html"
 license=('GPL3')
-depends=('openssl' 'libidn' 'util-linux')
-checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python3')
+depends=('openssl' 'libidn' 'libutil-linux')
+checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
 optdepends=('ca-certificates: HTTPS downloads')
 backup=('etc/wgetrc')
 install=wget.install



More information about the arch-commits mailing list