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

Antonio Rojas arojas at gemini.archlinux.org
Sat Aug 27 13:35:43 UTC 2022


    Date: Saturday, August 27, 2022 @ 13:35:43
  Author: arojas
Revision: 1284785

upgpkg: owncloud-client 2.11.0.8354-1: Update to 2.11.0

Modified:
  owncloud-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-27 13:30:49 UTC (rev 1284784)
+++ PKGBUILD	2022-08-27 13:35:43 UTC (rev 1284785)
@@ -2,7 +2,7 @@
 # Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
 
 pkgname=owncloud-client
-pkgver=2.10.1.7389
+pkgver=2.11.0.8354
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(x86_64)
@@ -12,17 +12,11 @@
 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}
-        https://github.com/owncloud/client/commit/c1e3bb84.patch)
-sha256sums=('5e59c8d2199f194765e070f8ad0e23ab5c11d98d065504acb2b89d7bf82e721d'
-            'SKIP'
-            '6f3a1bfb3246e77e894f3039a3e2742cce7fd89525f9aa61fae78969e60477a3')
+source=(https://download.owncloud.com/desktop/ownCloud/stable/$pkgver/source/ownCloud-$pkgver.tar.xz{,.asc})
+sha256sums=('62b696bc681e1796f5fb78b926593e6f0bc050bafb2853925fccb46683e99632'
+            'SKIP')
 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