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

Antonio Rojas arojas at archlinux.org
Mon Nov 11 16:34:57 UTC 2019


    Date: Monday, November 11, 2019 @ 16:34:56
  Author: arojas
Revision: 526762

Update to 2.6.0

Modified:
  owncloud-client/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-11 15:52:54 UTC (rev 526761)
+++ PKGBUILD	2019-11-11 16:34:56 UTC (rev 526762)
@@ -3,18 +3,18 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.5.4.11654
-pkgrel=2
+pkgver=2.6.0.13018
+pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(x86_64)
 url='http://owncloud.org/'
 license=(GPL2)
-depends=(qtkeychain qt5-webkit hicolor-icon-theme)
+depends=(qtkeychain libcloudproviders hicolor-icon-theme)
 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/stable/owncloudclient-$pkgver.tar.xz{,.asc})
-sha256sums=('615439c6a224e263cee0d554b8b5f98b57c331dbc18df7ae5d99197480cf563f'
+sha256sums=('e78e3286bccfac12fdc24d78fb60f760529d21b71846099fc762a8762b271f36'
             'SKIP')
 validpgpkeys=(F05F7DD7953A07DF36579DAA498C45EBE94E7B37) # ownCloud Client Team (Signing Key) <info at owncloud.com>
 
@@ -30,7 +30,6 @@
         -DCMAKE_INSTALL_LIBDIR=lib \
         -DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname
   make
-  make doc-man
 }
 
 package() {



More information about the arch-commits mailing list