summaryrefslogtreecommitdiff
path: root/pcr/owncloud-client
diff options
context:
space:
mode:
authorJorge Araya Navarro <jorgean@lavabit.com>2014-04-08 21:03:35 -0600
committerJorge Araya Navarro <jorgean@lavabit.com>2014-04-08 21:03:35 -0600
commit65594a1bb4e04d3efd9e662baeb4d601381af6d5 (patch)
treeae2d01d239867135a20a505761b53b9d3b73f714 /pcr/owncloud-client
parent846524c4c4a6f1beae07d1a957a6ecc807a3cc1f (diff)
adding the !strip option to midori-libre-gtk3's PKGBUILD for debugging purposes. updating owncloud-client PKGBUILD.
Diffstat (limited to 'pcr/owncloud-client')
-rw-r--r--pcr/owncloud-client/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/pcr/owncloud-client/PKGBUILD b/pcr/owncloud-client/PKGBUILD
index 2e1e82c15..594d3ec20 100644
--- a/pcr/owncloud-client/PKGBUILD
+++ b/pcr/owncloud-client/PKGBUILD
@@ -17,18 +17,19 @@ _buildtype='Release'
_name=mirall
pkgname=owncloud-client
pkgver=1.5.1
-pkgrel=1
+pkgrel=3
pkgdesc='ownCloud client based on mirall'
arch=('i686' 'x86_64' 'armv7h')
url='http://owncloud.org/'
license=('GPL2')
-depends=('qt4' 'ocsync' 'qtkeychain' 'qtwebkit')
+depends=('qt4' 'qtkeychain' 'qtwebkit')
makedepends=('cmake')
-provides=('mirall' 'owncloud-client')
+provides=('mirall' 'owncloud-client' 'ocsync')
conflicts=('mirall-git')
install=owncloud-client.install
backup=('etc/ownCloud/sync-exclude.lst')
source=("http://download.owncloud.com/desktop/stable/${_name}-${pkgver}.tar.bz2")
+sha256sums=('79c41f8c72c994ab803b7053a1c7e0a46bbd20c25c1eed900e1c98433745daee')
if [[ ! ${_buildtype} == 'Release' ]] && [[ ! ${_buildtype} == 'release' ]]; then
options=(!strip)
@@ -56,4 +57,3 @@ package() {
cd ${srcdir}/${_name}-${pkgver}-build
make DESTDIR=${pkgdir} install
}
-sha256sums=('79c41f8c72c994ab803b7053a1c7e0a46bbd20c25c1eed900e1c98433745daee')