mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/wget to 1.13.4-1
This commit is contained in:
parent
400c7767b0
commit
6203522c0d
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
|||
# $Id: PKGBUILD 136828 2011-09-01 21:49:28Z allan $
|
||||
# $Id: PKGBUILD 138217 2011-09-19 05:03:15Z allan $
|
||||
# Maintainer: Allan McRae <allan@archlinux.org>
|
||||
# Contributor: Judd Vinet <jvinet@zeroflux.org>
|
||||
|
||||
# Plugbox changes: ONLY added libidn and libsigsegv to depends,
|
||||
# ALARM changes: ONLY added libidn and libsigsegv to depends,
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgname=wget
|
||||
pkgver=1.13.3
|
||||
pkgver=1.13.4
|
||||
pkgrel=1
|
||||
pkgdesc="A network utility to retrieve files from the Web"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -19,7 +19,7 @@ optdepends=('ca-certificates: HTTPS downloads')
|
|||
backup=('etc/wgetrc')
|
||||
install=wget.install
|
||||
source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz)
|
||||
md5sums=('540cbd50909885fe11bd7bc4f75268d1')
|
||||
md5sums=('7f518b3a71e9efd330e9a0c3714f8463')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue