[arch-commits] Commit in nextcloud-client/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Dec 14 16:46:54 UTC 2021


    Date: Tuesday, December 14, 2021 @ 16:46:54
  Author: arojas
Revision: 1072787

Downgrade due to a critical issue (FS#73021)

Modified:
  nextcloud-client/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-14 16:22:18 UTC (rev 1072786)
+++ PKGBUILD	2021-12-14 16:46:54 UTC (rev 1072787)
@@ -7,13 +7,13 @@
 # there is no simple way yet to disable it.
 # See: https://gitlab.gnome.org/World/libcloudproviders/-/issues/17
 pkgname=(nextcloud-client nextcloud-client-cloudproviders)
-epoch=1
+epoch=2
 # Upstream does not provide signed tarballs (yet)
 # https://github.com/nextcloud/desktop/issues/1510
-pkgver=3.4.0
+pkgver=3.3.6
 # `git rev-parse v$pkgver`
-_tag=9121a8cc9109ecc35fbade79827483f3049fef99
-pkgrel=2
+_tag=21fc888a815471fc2b853aadff32c1c04e9e5be5
+pkgrel=1
 arch=(x86_64)
 url='https://nextcloud.com/'
 license=(GPL)
@@ -21,8 +21,7 @@
              qt5-quickcontrols2 qt5-svg qt5-tools qt5-webengine qt5-websockets qtkeychain-qt5
              extra-cmake-modules kio
              cmocka doxygen git inkscape python-sphinx)
-source=("$pkgbase::git+https://github.com/nextcloud/desktop.git?signed#tag=$_tag"
-        fix-translations.patch)
+source=("$pkgbase::git+https://github.com/nextcloud/desktop.git?signed#tag=$_tag")
 validpgpkeys=(
   A26B951528EA1BA1678C7AE5D406C75CEE1A36D6  # one of keys controlled by github.com/camilasan
   42E775EAA3E47F9E0D5CDB0E00819E3BF4177B28  # controlled by github.com/misch7
@@ -31,8 +30,7 @@
   267BF70F7905C2723B0243267D0F74F05C22F553  # https://github.com/mgallien
   3A877D9A896A057948059DEDAD2C27357B2CB11D  # https://github.com/FlexW
 )
-sha256sums=('SKIP'
-            'd112358031ddf79c08acde1f1b5e39aad9e3ee84ba161817d4f6e0259f9a5832')
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgbase
@@ -43,7 +41,7 @@
   # tmpdir for check()
   mkdir tmpdir
 
-  patch -d $pkgbase -p1 < fix-translations.patch # https://github.com/nextcloud/desktop/pull/4022
+  rm -v $pkgbase/cmake/modules/GNUInstallDirs.cmake
 }
 
 build() {



More information about the arch-commits mailing list