summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael2020-10-28 17:15:31 -0400
committerMichael2020-10-28 17:15:31 -0400
commit16239b6ea03e5568d4a0b087c25283734023fc4f (patch)
tree8447f48063c32d17cd49db262a888c0a88811c29 /PKGBUILD
parent627df9d64d9449782d49480fc62e543fe81d243a (diff)
downloadaur-16239b6ea03e5568d4a0b087c25283734023fc4f.tar.gz
Update nightly build
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')