summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2021-07-25 20:56:50 +0300
committerIgor Dyatlov2021-07-25 20:56:50 +0300
commit259692cae8f229b9e899961a57edbcedd4ef0298 (patch)
tree7c203ed6d971ea6bbe86fb4f93d12ed4400a0931
parent87652018952954fd3e4da8f88100ac27834290c3 (diff)
downloadaur-259692cae8f229b9e899961a57edbcedd4ef0298.tar.gz
Updates
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD9
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e86fc0c3a43..18bd4dd1654a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = icedrive-appimage
pkgdesc = The next generation of cloud storage
- pkgver = 1.2.6
+ pkgver = 1.2.7
pkgrel = 1
url = https://icedrive.net
arch = x86_64
@@ -10,8 +10,7 @@ pkgbase = icedrive-appimage
depends = hicolor-icon-theme
noextract = Icedrive_Portable_Linux-x64.AppImage
options = !strip
- source_x86_64 = Icedrive_Portable_Linux-x64.AppImage::https://icedrive.net/downloads/portable/Icedrive_Portable_Linux-x64.AppImage
- sha256sums_x86_64 = 5a25ecbc31e48dccd5b8f110fbf193fd8989883ab6128ae66787cabfe0d6b05c
+ source = Icedrive_Portable_Linux-x64.AppImage::https://icedrive.net/downloads/portable/Icedrive_Portable_Linux-x64.AppImage
+ sha256sums = 5a25ecbc31e48dccd5b8f110fbf193fd8989883ab6128ae66787cabfe0d6b05c
pkgname = icedrive-appimage
-
diff --git a/PKGBUILD b/PKGBUILD
index 08a80f8ee759..8b697af57355 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=icedrive-appimage
_pkgname=Icedrive_Portable_Linux-x64
-pkgver=1.2.6
+pkgver=1.2.7
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_x86_64=(
- "${_appimage}::${url}/downloads/portable/${_pkgname}.AppImage"
-)
+source=("${_appimage}::${url}/downloads/portable/${_pkgname}.AppImage")
+#source=("${_appimage}::${url}/downloads/portable/${_pkgname}.AppImage")
noextract=("${_appimage}")
-sha256sums_x86_64=(
+sha256sums=(
'5a25ecbc31e48dccd5b8f110fbf193fd8989883ab6128ae66787cabfe0d6b05c')