summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorJorge Araya Navarro <jorgean@lavabit.com>2013-11-26 17:37:51 -0600
committerJorge Araya Navarro <jorgean@lavabit.com>2013-11-26 17:37:51 -0600
commit8ad6d57a0372cca381fe70545c1ae96d095b1919 (patch)
tree5b5e04597a981b448ac9dc743129fdb1ea86d808 /pcr
parent58cd0011a6c69f85fef21775af386efcb6b4e363 (diff)
updating owncloud-client and ocsync
Diffstat (limited to 'pcr')
-rw-r--r--pcr/ocsync/PKGBUILD8
-rw-r--r--pcr/owncloud-client/PKGBUILD7
2 files changed, 6 insertions, 9 deletions
diff --git a/pcr/ocsync/PKGBUILD b/pcr/ocsync/PKGBUILD
index cde26af30..8da91f41d 100644
--- a/pcr/ocsync/PKGBUILD
+++ b/pcr/ocsync/PKGBUILD
@@ -15,20 +15,19 @@ _buildtype="Release"
##############################################################
pkgname=ocsync
-pkgver=0.90.0
+pkgver=0.90.4
pkgrel=1
pkgdesc="A file synchronizer especially designed for you, the normal user. Dependency of owncloud-client."
arch=("i686" "x86_64")
url="http://www.csync.org"
license=('GPL2')
-depends=('sqlite3' 'iniparser' 'neon')
+depends=('sqlite3' 'iniparser' 'neon' 'libssh')
makedepends=('cmake')
-optdepends=('libssh: sftp support')
provides=('csync' 'csync-owncloud')
conflicts=('csync' 'csync-owncloud')
backup=('etc/ocsync/ocsync.conf' 'etc/ocsync/ocsync_exclude.conf')
source=("http://download.owncloud.com/download/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('db46cdb4c710a607dfc062ed0a413b35')
+md5sums=('4724730cf7376983c06bc83133c06a3f')
if [[ ! ${_buildtype} == "Release" ]] && [[ ! ${_buildtype} == "release" ]]; then
options=(!strip)
@@ -52,4 +51,3 @@ package() {
cd ${srcdir}/${pkgname}-${pkgver}-build
make DESTDIR=${pkgdir} install
}
-md5sums=('6f1cfe47d6a7741c6e8df8642de52c0f')
diff --git a/pcr/owncloud-client/PKGBUILD b/pcr/owncloud-client/PKGBUILD
index ea808c1ef..a28aae986 100644
--- a/pcr/owncloud-client/PKGBUILD
+++ b/pcr/owncloud-client/PKGBUILD
@@ -16,7 +16,7 @@ _buildtype="Release"
_name=mirall
pkgname=owncloud-client
-pkgver=1.4.0
+pkgver=1.4.2
pkgrel=1
pkgdesc="ownCloud client based on mirall"
arch=('i686' 'x86_64')
@@ -24,13 +24,12 @@ url="http://owncloud.org/"
license=('GPL2')
depends=('qt4' 'ocsync' 'qtkeychain' 'qtwebkit')
makedepends=('cmake')
-optdepends=('qtkeychain: safe password storage')
provides=('mirall' 'owncloud-client')
conflicts=('mirall-git')
install=owncloud-client.install
-backup=('etc/owncloud-client/sync-exclude.lst')
+backup=('etc/ownCloud/sync-exclude.lst')
source=("http://download.owncloud.com/download/${_name}-${pkgver}.tar.bz2")
-md5sums=('05a69082b4e940b4282c2b05344c143a')
+md5sums=('089a9df66f31d6915a60e48ca4a027a8')
if [[ ! ${_buildtype} == "Release" ]] && [[ ! ${_buildtype} == "release" ]]; then