diff options
author | Darshit Shah | 2017-10-06 11:03:53 +0200 |
---|---|---|
committer | Darshit Shah | 2017-10-06 11:03:53 +0200 |
commit | 247b32311fef5607e2a4d348aded91227f47b850 (patch) | |
tree | f0faff7f384759253343620e6fb6d4f727abda31 /PKGBUILD | |
parent | 454a2bf0cf3568e032c5265f0128436126405165 (diff) | |
download | aur-247b32311fef5607e2a4d348aded91227f47b850.tar.gz |
Update the source to gitlab
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ _gitname=wget2 pkgname=${_gitname}-git -pkgver=0.0.r1346.g689e403 +pkgver=0.0.r1589.g1383c21e 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/wget/${_gitname}.git" +source=("git+https://gitlab.com/gnuwget/wget2.git" "git://git.savannah.gnu.org/gnulib.git") md5sums=('SKIP' 'SKIP') |