summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18bd4dd1654a..09ed51b2a73d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = icedrive-appimage
pkgdesc = The next generation of cloud storage
- pkgver = 1.2.7
+ pkgver = 20210808
pkgrel = 1
url = https://icedrive.net
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = icedrive-appimage
depends = hicolor-icon-theme
noextract = Icedrive_Portable_Linux-x64.AppImage
options = !strip
- source = Icedrive_Portable_Linux-x64.AppImage::https://icedrive.net/downloads/portable/Icedrive_Portable_Linux-x64.AppImage
- sha256sums = 5a25ecbc31e48dccd5b8f110fbf193fd8989883ab6128ae66787cabfe0d6b05c
+ source = https://icedrive.net/downloads/portable/Icedrive_Portable_Linux-x64.AppImage
+ sha256sums = SKIP
pkgname = icedrive-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 8b697af57355..85cc104ed659 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=icedrive-appimage
_pkgname=Icedrive_Portable_Linux-x64
-pkgver=1.2.7
+pkgver=`date +%Y%m%d`
pkgrel=1
pkgdesc='The next generation of cloud storage'
arch=('x86_64')
@@ -12,11 +12,10 @@ depends=('fuse2' 'zlib' 'hicolor-icon-theme')
options=(!strip)
_shortname='icedrive'
_appimage="${_pkgname}.AppImage"
-source=("${_appimage}::${url}/downloads/portable/${_pkgname}.AppImage")
-#source=("${_appimage}::${url}/downloads/portable/${_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)'")
noextract=("${_appimage}")
-sha256sums=(
- '5a25ecbc31e48dccd5b8f110fbf193fd8989883ab6128ae66787cabfe0d6b05c')
+sha256sums=('SKIP')
prepare() {