diff options
author | Darshit Shah | 2016-03-07 09:39:33 +0100 |
---|---|---|
committer | Darshit Shah | 2016-03-07 09:39:33 +0100 |
commit | 7c59a22fe69a5a3525594c2a83db6175608f64d9 (patch) | |
tree | 0fc9326508e80e8e912f3d6546f422b1349d2878 /PKGBUILD | |
parent | 99694aff083c373f60171a13fe72b52ff711695f (diff) | |
download | aur-7c59a22fe69a5a3525594c2a83db6175608f64d9.tar.gz |
Update to p647
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,8 @@ # Maintainer: Darshit Shah <darnir@gmail.com> -_gitname=wget -pkgname=${_gitname}2-git -pkgver=0.0.r644.g650f59c +_gitname=wget2 +pkgname=${_gitname}-git +pkgver=0.0.r647.g0ff0a43 pkgrel=1 pkgdesc="Updated version of popular Wget tool" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ optdepends=("ca-certificates: HTTPS Downloads") makedepends=('git' 'rsync') provides=('wget2') conflicts=('wget2') -source=("git://git.savannah.gnu.org/${_gitname}.git#branch=wget2" +source=("git://git.savannah.gnu.org/wget/${_gitname}.git" "git://git.savannah.gnu.org/gnulib.git") md5sums=('SKIP' 'SKIP') |