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

Antonio Rojas arojas at archlinux.org
Wed Jul 15 12:32:42 UTC 2015


    Date: Wednesday, July 15, 2015 @ 14:32:42
  Author: arojas
Revision: 136955

Update to 1.8.4, switch to Qt5 again

Modified:
  owncloud-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-15 09:01:15 UTC (rev 136954)
+++ PKGBUILD	2015-07-15 12:32:42 UTC (rev 136955)
@@ -4,19 +4,19 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=1.8.3
+pkgver=1.8.4
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
 url='http://owncloud.org/'
 license=(GPL2)
-depends=(qtkeychain-qt4 qtwebkit neon)
-makedepends=(cmake python-sphinx)
+depends=(qtkeychain-qt5 qt5-webkit)
+makedepends=(cmake python-sphinx qt5-tools)
 optdepends=('python2-nautilus: integration with Nautilus')
 install=$pkgname.install
 backup=('etc/ownCloud/sync-exclude.lst')
 source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz"{,.asc})
-md5sums=('f1d933a0f7e327a74688c3c356ac8a92'
+md5sums=('ce82c234fca674062599b3ceb4ac50c6'
          'SKIP')
 validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
 
@@ -28,7 +28,6 @@
   cd build
 
   cmake ../$_name-$pkgver \
-	-DBUILD_WITH_QT4=ON \
         -DCMAKE_INSTALL_PREFIX=/usr \
         -DCMAKE_INSTALL_LIBDIR=lib \
         -DCMAKE_BUILD_TYPE=Release \



More information about the arch-commits mailing list