mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +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,
|
# ALARM changes: ONLY added libidn and libsigsegv to depends,
|
||||||
|
|
||||||
plugrel=1
|
|
||||||
|
|
||||||
pkgname=wget
|
pkgname=wget
|
||||||
pkgver=1.13.4
|
pkgver=1.14
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A network utility to retrieve files from the Web"
|
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"
|
url="http://www.gnu.org/software/wget/wget.html"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
groups=('base')
|
|
||||||
depends=('glibc' 'openssl' 'libidn' 'libsigsegv')
|
depends=('glibc' 'openssl' 'libidn' 'libsigsegv')
|
||||||
optdepends=('ca-certificates: HTTPS downloads')
|
optdepends=('ca-certificates: HTTPS downloads')
|
||||||
backup=('etc/wgetrc')
|
backup=('etc/wgetrc')
|
||||||
install=wget.install
|
install=wget.install
|
||||||
source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz)
|
source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz)
|
||||||
md5sums=('7f518b3a71e9efd330e9a0c3714f8463')
|
md5sums=('316f6f59292c9098ad81fd54f658c579')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
Loading…
Reference in a new issue