diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-09-09 20:44:08 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-09-09 20:44:08 -0300 |
commit | d88574680f18e81c1db6fc93ec742b55477eab11 (patch) | |
tree | b817dc4f88a6598ca1ac667fd54c206a4798ecee /pcr/owncloud-client/PKGBUILD | |
parent | 32a59308fed026c17182820aa393bd287a166a6e (diff) | |
parent | 58d1f1eb75d3b2e65cd2ed341bc7811775befcef (diff) |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/owncloud-client/PKGBUILD')
-rw-r--r-- | pcr/owncloud-client/PKGBUILD | 6 |
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') |