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

Allan McRae allan at archlinux.org
Sun Aug 2 14:54:22 UTC 2009


    Date: Sunday, August 2, 2009 @ 10:54:21
  Author: allan
Revision: 48491

upgpkg: wget 1.11.4-2
    add ca-certificates optdep (FS#15621)

Modified:
  wget/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-02 13:21:22 UTC (rev 48490)
+++ PKGBUILD	2009-08-02 14:54:21 UTC (rev 48491)
@@ -1,14 +1,17 @@
 # $Id$
-# Maintainer: Judd Vinet <jvinet at zeroflux.org>
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+
 pkgname=wget
 pkgver=1.11.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A network utility to retrieve files from the Web"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/wget/wget.html"
 license=('GPL3')
 groups=('base')
 depends=('glibc' 'openssl')
+optdepends=('ca-certificates: HTTPS downloads')
 backup=('etc/wgetrc')
 source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('69e8a7296c0e12c53bd9ffd786462e87')




More information about the arch-commits mailing list