summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2019-04-19 21:11:30 +0200
committerNarrat2019-04-19 21:11:30 +0200
commit94817611e2b7da4c6a3e140ebdb72e92b02c2437 (patch)
tree8b24d1cb58cb1dea1ef5105ff90351cf06d44028
parent21ef2942c5185c858472255ed8054826baa56abd (diff)
downloadaur-94817611e2b7da4c6a3e140ebdb72e92b02c2437.tar.gz
aria2: Upstream URL changed
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4df62070918b..00f156dfa373 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = aria2-git
pkgdesc = Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink
pkgver = 1.34.0.r21.g37368130
pkgrel = 1
- url = http://aria2.sourceforge.net/
+ url = https://aria2.github.io/
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index b8521ea04ce1..6327e369f2a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgver=1.34.0.r21.g37368130
pkgrel=1
pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
+url='https://aria2.github.io/'
license=('GPL')
depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2')
makedepends=('git' 'python2-sphinx')