[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Apr 5 17:33:19 UTC 2015
Date: Sunday, April 5, 2015 @ 19:33:18
Author: arojas
Revision: 130718
Fix optdependency (FS#44469)
Modified:
owncloud-client/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-05 13:41:10 UTC (rev 130717)
+++ PKGBUILD 2015-04-05 17:33:18 UTC (rev 130718)
@@ -5,7 +5,7 @@
_name=owncloudclient
pkgname=owncloud-client
pkgver=1.8.0
-pkgrel=2
+pkgrel=3
pkgdesc='ownCloud client based on mirall'
arch=(i686 x86_64)
url='http://owncloud.org/'
@@ -12,7 +12,7 @@
license=(GPL2)
depends=(qtkeychain-qt4 qtwebkit neon)
makedepends=(cmake python-sphinx)
-optdepends=('python-gobject: integration with Nautilus')
+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.bz2"{,.asc})
More information about the arch-commits
mailing list