summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAviana Cruz2023-11-26 02:35:54 +0000
committerAviana Cruz2023-11-26 02:35:54 +0000
commitee96bb6112cb731e1c5df6bf5e26308f636ca6fb (patch)
treefa3b4dec45d89545dc346a42e5d462c78a26bdd0
parent615bfaec7e6af335b994c68fa18a5b87f4c0ce30 (diff)
downloadaur-ee96bb6112cb731e1c5df6bf5e26308f636ca6fb.tar.gz
fix upstream URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e9951dfd56e..7f29fdae9715 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = aria2-pro
- pkgdesc = Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink
+ pkgdesc = Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink (with Aria2 Pro patches)
pkgver = 1.37.0
pkgrel = 1
- url = https://aria2.github.io
+ url = https://github.com/P3TERX/Aria2-Pro-Core
arch = x86_64
license = GPL
checkdepends = cppunit
diff --git a/PKGBUILD b/PKGBUILD
index 824c04e46e56..2f1c4b984f0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,9 @@
pkgname=aria2-pro
pkgver=1.37.0
pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
+pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink (with Aria2 Pro patches)'
arch=('x86_64')
-url='https://aria2.github.io'
+url='https://github.com/P3TERX/Aria2-Pro-Core'
license=('GPL')
depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2')
checkdepends=('cppunit')