mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core->extra/wget to 1.14-1
This commit is contained in:
parent
90ba4f0a93
commit
f32681f287
2 changed files with 2 additions and 5 deletions
|
@ -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}"
|
Loading…
Reference in a new issue