summaryrefslogtreecommitdiff
path: root/libre/nextcloud-client/PKGBUILD
diff options
context:
space:
mode:
authorTheo von Arx <theova@member.fsf.org>2020-03-06 18:32:50 +0100
committerAndreas Grapentin <andreas@grapentin.org>2020-03-11 10:08:13 +0100
commit041b23d2c08e95082b1b405f6c22574153cc8619 (patch)
tree4475898009017adeb9c71f0717aa02661fd7e80d /libre/nextcloud-client/PKGBUILD
parentbe72a6504e3294c7faeb1ca5a2075fefde3e6a92 (diff)
Update [libre/nextcloud-client] to 2.6.4
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
Diffstat (limited to 'libre/nextcloud-client/PKGBUILD')
-rw-r--r--libre/nextcloud-client/PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/libre/nextcloud-client/PKGBUILD b/libre/nextcloud-client/PKGBUILD
index 080dbd2ba..9afa9b0fb 100644
--- a/libre/nextcloud-client/PKGBUILD
+++ b/libre/nextcloud-client/PKGBUILD
@@ -8,8 +8,8 @@
pkgname=nextcloud-client
-pkgver=2.6.3
-_commit=5880c4954e0e8fcaed9df59f1134958be3f60c06
+pkgver=2.6.4
+_commit=b45f5fd1a947dc21eb11c69049a99616a2ec950e
pkgrel=1
pkgrel+=.parabola1
pkgdesc='Nextcloud desktop client'
@@ -30,7 +30,6 @@ source=("$pkgname::git+https://github.com/nextcloud/desktop.git?signed#commit=$_
issue1458-workaround.patch::https://github.com/yan12125/desktop/commit/7da680ef7843a52c3136916744f50d4a003bb8b5.patch
issue1458-2.patch::https://github.com/yan12125/desktop/commit/2b313368325dac5b8d0e69394cfcc4faaa745f75.patch
$pkgname-fix-build.diff
- $pkgname-FS64630.diff
Nextcloud.conf)
source+=(remove-qtwebengine.patch)
validpgpkeys=(
@@ -41,7 +40,6 @@ sha256sums=('SKIP'
'07cd68f54c004175b4a09cce25830a357d0ebaafaf4e4cabfb8b0d4deeded2f3'
'157c87a789219a3442ca5947c48dcd1ef3898612ff32070bf8842a42bfbe857a'
'8b257a0554ceb54a7ed320dbfa3becb97d6845338e28a8aa0a4f6239f3141645'
- '6dea4453f220b63b993722cb155d567959600af261403870f5e34d35144a4fa7'
'5f51e41ef01d4e5b88a4735531105b84b4fb5317adc2a2996117c03fe5a44fc7')
sha256sums+=('77d7afd2dc65a7625e1617dd2c287c1be004deca2f64ecc18a96bb6c3cd733cf')
backup=('etc/Nextcloud/sync-exclude.lst'
@@ -63,9 +61,6 @@ prepare() {
# "Rename owncloud tests to nextcloud" - actually breaks building of tests
patch -Np1 -i ../$pkgname-fix-build.diff
- # https://bugs.archlinux.org/task/64630
- patch -Np1 -i ../$pkgname-FS64630.diff
-
# Remove qt5-webengine dependency
patch -Np1 -i ../remove-qtwebengine.patch
}