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

Antonio Rojas arojas at gemini.archlinux.org
Tue Jun 28 18:41:48 UTC 2022


    Date: Tuesday, June 28, 2022 @ 18:41:47
  Author: arojas
Revision: 1239851

Update to 2.10.1.7389

Modified:
  owncloud-client/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-28 18:27:23 UTC (rev 1239850)
+++ PKGBUILD	2022-06-28 18:41:47 UTC (rev 1239851)
@@ -2,7 +2,7 @@
 # Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
 
 pkgname=owncloud-client
-pkgver=2.10.1.7187
+pkgver=2.10.1.7389
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(x86_64)
@@ -12,11 +12,17 @@
 makedepends=(extra-cmake-modules python-sphinx qt5-tools doxygen kio)
 optdepends=('python-nautilus: integration with Nautilus' 'nemo-python: integration with Nemo' 'python-caja: integration with Caja')
 backup=('etc/ownCloud/sync-exclude.lst')
-source=(https://download.owncloud.com/desktop/ownCloud/stable/$pkgver/source/ownCloud-$pkgver.tar.xz{,.asc})
-sha256sums=('48d69b2afe73eef8832375c34369968c48052801924792bdb08dd3bb97996f05'
-            'SKIP')
+source=(https://download.owncloud.com/desktop/ownCloud/stable/$pkgver/source/ownCloud-$pkgver.tar.xz{,.asc}
+        https://github.com/owncloud/client/commit/c1e3bb84.patch)
+sha256sums=('5e59c8d2199f194765e070f8ad0e23ab5c11d98d065504acb2b89d7bf82e721d'
+            'SKIP'
+            '6f3a1bfb3246e77e894f3039a3e2742cce7fd89525f9aa61fae78969e60477a3')
 validpgpkeys=(F05F7DD7953A07DF36579DAA498C45EBE94E7B37) # ownCloud Client Team (Signing Key) <info at owncloud.com>
 
+prepare() {
+  patch -d ownCloud-$pkgver -p1 < c1e3bb84.patch # Fix build with GCC 12
+}
+
 build() {
   cmake -B build -S ownCloud-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \



More information about the arch-commits mailing list