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

Antonio Rojas arojas at archlinux.org
Thu Dec 21 22:00:47 UTC 2017


    Date: Thursday, December 21, 2017 @ 22:00:45
  Author: arojas
Revision: 275244

Update to 2.4.0

Modified:
  owncloud-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-21 21:25:01 UTC (rev 275243)
+++ PKGBUILD	2017-12-21 22:00:45 UTC (rev 275244)
@@ -2,20 +2,20 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 # Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
 
-_name=owncloudclient
+_name=client
 pkgname=owncloud-client
-pkgver=2.3.4
+pkgver=2.4.0
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(x86_64)
 url='http://owncloud.org/'
 license=(GPL2)
-depends=(qtkeychain qt5-webkit hicolor-icon-theme xdg-utils)
+depends=(qtkeychain qt5-webkit hicolor-icon-theme)
 makedepends=(extra-cmake-modules python-sphinx qt5-tools doxygen kio)
 optdepends=('python2-nautilus: integration with Nautilus' 'nemo-python: integration with Nemo' 'python2-caja: integration with Caja')
 backup=('etc/ownCloud/sync-exclude.lst')
-source=("https://download.owncloud.com/desktop/stable/owncloudclient-$pkgver.tar.xz")
-sha256sums=('89409e68f8290930088c5ed1da483a1c1b56d45695ac9192e81a2d71690df1ba')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/owncloud/client/archive/v$pkgver.tar.gz")
+sha256sums=('e4abdd33f24e21f15df53f2e8de90d123f974c519259a8c9d86d22c8e4103b86')
 validpgpkeys=(F05F7DD7953A07DF36579DAA498C45EBE94E7B37) # ownCloud Client Team (Signing Key) <info at owncloud.com>
 
 prepare() {



More information about the arch-commits mailing list