Date: Friday, August 10, 2012 @ 05:02:48 Author: allan Revision: 165090
upgpkg: wget 1.14-1 upstream update, remove from base, move to [extra] Modified: wget/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-08-10 08:30:57 UTC (rev 165089) +++ PKGBUILD 2012-08-10 09:02:48 UTC (rev 165090) @@ -3,19 +3,19 @@ # Contributor: Judd Vinet <[email protected]> pkgname=wget -pkgver=1.13.4 +pkgver=1.14 pkgrel=1 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') -groups=('base') depends=('glibc' 'openssl') optdepends=('ca-certificates: HTTPS downloads') backup=('etc/wgetrc') install=wget.install -source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz) -md5sums=('7f518b3a71e9efd330e9a0c3714f8463') +source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}) +md5sums=('316f6f59292c9098ad81fd54f658c579' + '3e121933d69f32fa58776bff76bcebd0') build() { cd "${srcdir}/${pkgname}-${pkgver}"
