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 495ebb717775..ed54b13ff81d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=nextcloud
pkgname=${_pkgname}-client-appimage-daily
pkgver=3.1.0.20201028
-pkgrel=4
+pkgrel=1
pkgdesc="Nextcloud desktop client (official daily AppImage build)"
arch=('x86_64' 'i686')
url="https://download.nextcloud.com/desktop/daily/Linux/"
@@ -16,7 +16,7 @@ noextract=("$_pkgname.AppImage")
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})
+source=(${_pkgname}.AppImage::https://download.nextcloud.com/desktop/daily/Linux/Nextcloud-${pkgver}-daily-x86_64.AppImage)
# Skipping Checksum as it changes daily
sha256sums=('d842b0a0a57f5a702c88984a09a2032e73384ef5e485dc0f249bb57109e8e951')