summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Cabral2019-11-20 11:22:07 -0500
committerRicardo Cabral2019-11-20 11:22:07 -0500
commit8f3f388e4b4ca6ba58340be47764df53ca10e4dd (patch)
treec1e7ec2640060bb45ecf76950ea9ce90d5690162
parent14c2df53b8aa64d833e7db22abda725d261b9c4d (diff)
downloadaur-8f3f388e4b4ca6ba58340be47764df53ca10e4dd.tar.gz
Add DLAGENTS. Thanks to Victor Perin.
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90662802a5be..96354c2470f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,13 +10,16 @@ license=('custom')
depends=('glu' 'libgl' 'libice' 'libxext' 'openssl-1.0' 'pcre' 'qt5-base' 'qt5-declarative')
makedepends=('gendesk' 'python-html2text')
-source=("${pkgname}.tar.gz::http://static.tibia.com/download/tibia.x64.tar.gz"
- "${pkgname}-agreement.php::http://www.tibia.com/support/agreement.php"
+DLAGENTS=("https::/usr/bin/curl --compressed -fLC - --retry 0 --retry-delay 0 -e %u -o %o %u"
+ "${DLAGENTS[@]}")
+
+source=("${pkgname}.tar.gz::https://static.tibia.com/download/tibia.x64.tar.gz"
+ "${pkgname}-agreement.php::https://www.tibia.com/support/agreement.php"
"01_openssl102.patch"
"02_freetype.patch")
sha256sums=('SKIP'
- '1200d3d5a77c8408a79a92c2fb4bdb5fa123b928aa036a32d2951e2459f0f7d9'
+ 'SKIP'
'e9e6cdd4e2954ae0838dc427a92871bb9cacdacb0523598c60287a05f8568d1f'
'3cdf107369e4366aa5fc6d1b90ba0b41bd3d19abeb418fb85a693d74c3ece736')