summaryrefslogtreecommitdiff
path: root/pcr/owncloud-client
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-09 01:38:18 -0700
committerroot <root@rshg054.dnsready.net>2013-09-09 01:38:18 -0700
commit25f164e4d715807385e621f21bf1715d64d925a8 (patch)
tree700c1c79cb2142522e303bd3ad24b470e1a78e64 /pcr/owncloud-client
parentde304c3ed7036488819426771b7edd1897e2ba9a (diff)
Mon Sep 9 01:37:55 PDT 2013
Diffstat (limited to 'pcr/owncloud-client')
-rw-r--r--pcr/owncloud-client/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/owncloud-client/PKGBUILD b/pcr/owncloud-client/PKGBUILD
index 44c8fcaa9..ea808c1ef 100644
--- a/pcr/owncloud-client/PKGBUILD
+++ b/pcr/owncloud-client/PKGBUILD
@@ -22,7 +22,7 @@ pkgdesc="ownCloud client based on mirall"
arch=('i686' 'x86_64')
url="http://owncloud.org/"
license=('GPL2')
-depends=('qt4' 'ocsync')
+depends=('qt4' 'ocsync' 'qtkeychain' 'qtwebkit')
makedepends=('cmake')
optdepends=('qtkeychain: safe password storage')
provides=('mirall' 'owncloud-client')
@@ -30,7 +30,8 @@ conflicts=('mirall-git')
install=owncloud-client.install
backup=('etc/owncloud-client/sync-exclude.lst')
source=("http://download.owncloud.com/download/${_name}-${pkgver}.tar.bz2")
-md5sums=('ee2e7bafc714399f2027fefed853f968')
+md5sums=('05a69082b4e940b4282c2b05344c143a')
+
if [[ ! ${_buildtype} == "Release" ]] && [[ ! ${_buildtype} == "release" ]]; then
options=(!strip)
@@ -58,4 +59,3 @@ package() {
cd ${srcdir}/${_name}-${pkgver}-build
make DESTDIR=${pkgdir} install
}
-md5sums=('05a69082b4e940b4282c2b05344c143a')