summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIgor Dyatlov2023-01-15 20:07:36 +0300
committerIgor Dyatlov2023-01-15 20:07:36 +0300
commit8451b5a08fa58b953dcb9457d6890d5dd11e24f0 (patch)
tree7f0fdc0d0592a5fce655c781905ebf0ffa3f2dfc /PKGBUILD
parent4377bcd729e470ab71ad9f2f5646b069397ab6c4 (diff)
downloadaur-8451b5a08fa58b953dcb9457d6890d5dd11e24f0.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a33ace2f937..ebf2cc67cf15 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,13 +13,9 @@ options=(!strip)
_shortname='icedrive'
_appimage="${_pkgname}.AppImage"
source=("https://icedrive.net/downloads/portable/Icedrive_Portable_Linux-x64.AppImage")
-DLAGENTS=("https::/usr/bin/env wget -U 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'")
+DLAGENTS=('https::/usr/bin/curl -A rofl -fLC - --retry 3 --retry-delay 3 -o %o %u')
noextract=("${_appimage}")
-sha512sums=('0e152b567df84e8295406f7f398666643366901d29645624f74d85543999e0a7ad775f422eaefa1c2b025469770e7fb257803e3c1b587c971b4aadf1efefa712')
-
-#pkgver() {
-# date +%Y%m%d
-#}
+sha512sums=('SKIP')
prepare() {
chmod +x ${_appimage}