summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76e3bd2cd0e9..495ebb717775 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=nextcloud
pkgname=${_pkgname}-client-appimage-daily
-pkgver=latest
+pkgver=3.1.0.20201028
pkgrel=4
pkgdesc="Nextcloud desktop client (official daily AppImage build)"
arch=('x86_64' 'i686')
@@ -18,7 +18,7 @@ options=('!strip')
version=$(curl -s 'https://download.nextcloud.com/desktop/daily/Linux/' | sed 's/</\'$'\n''</g' | grep AppImage | sed 's/.*>//g' | sort -Vr | head -n 1)
source=(${_pkgname}.AppImage::https://download.nextcloud.com/desktop/daily/Linux/${version})
# Skipping Checksum as it changes daily
-sha256sums=(SKIP)
+sha256sums=('d842b0a0a57f5a702c88984a09a2032e73384ef5e485dc0f249bb57109e8e951')
prepare() {
cd "${srcdir}"