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

Chih-Hsuan Yen yan12125 at archlinux.org
Sat Apr 17 17:46:05 UTC 2021


    Date: Saturday, April 17, 2021 @ 17:46:05
  Author: yan12125
Revision: 919802

upgpkg: nextcloud-client 3.2.0-1; NO_SHIBBOLETH is removed [1]

[1] https://github.com/nextcloud/desktop/pull/2794

Modified:
  nextcloud-client/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-17 17:43:46 UTC (rev 919801)
+++ PKGBUILD	2021-04-17 17:46:05 UTC (rev 919802)
@@ -9,7 +9,7 @@
 pkgname=(nextcloud-client nextcloud-client-cloudproviders)
 # Upstream does not provide signed tarballs (yet)
 # https://github.com/nextcloud/desktop/issues/1510
-pkgver=3.1.3
+pkgver=3.2.0
 pkgrel=1
 arch=(x86_64)
 url='https://nextcloud.com/'
@@ -34,9 +34,6 @@
   # Use system GNUInstallDirs.cmake so that we can benefit from
   # https://gitlab.kitware.com/cmake/cmake/merge_requests/3735
   rm -v $pkgbase/cmake/modules/GNUInstallDirs.cmake
-
-  # Backport build fixes for glib2 2.68
-  git -C $pkgbase cherry-pick --no-commit db321d25ef65cc75d9fa1970e9eb09d33f7b9ca4 2e7cc96228771dd6c124421d50f378176fd672e8
 }
 
 build() {
@@ -47,7 +44,6 @@
   cmake -B build -S . \
     -DCMAKE_BUILD_TYPE=None \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DNO_SHIBBOLETH=1 \
     -DWITH_CRASHREPORTER=OFF \
     -DUNIT_TESTING=ON
 



More information about the arch-commits mailing list