core->extra/wget to 1.14-1

This commit is contained in:
Kevin Mihelich 2012-08-11 17:16:28 +00:00
parent 90ba4f0a93
commit f32681f287
2 changed files with 2 additions and 5 deletions

View file

@ -4,22 +4,19 @@
# ALARM changes: ONLY added libidn and libsigsegv to depends,
plugrel=1
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' 'libidn' 'libsigsegv')
optdepends=('ca-certificates: HTTPS downloads')
backup=('etc/wgetrc')
install=wget.install
source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz)
md5sums=('7f518b3a71e9efd330e9a0c3714f8463')
md5sums=('316f6f59292c9098ad81fd54f658c579')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"