diff options
Diffstat (limited to 'network/owncloud-client')
-rw-r--r-- | network/owncloud-client/README | 8 | ||||
-rw-r--r-- | network/owncloud-client/owncloud-client.SlackBuild | 2 | ||||
-rw-r--r-- | network/owncloud-client/owncloud-client.info | 6 |
3 files changed, 12 insertions, 4 deletions
diff --git a/network/owncloud-client/README b/network/owncloud-client/README index 88e9282f0188..8df71fadbb07 100644 --- a/network/owncloud-client/README +++ b/network/owncloud-client/README @@ -3,3 +3,11 @@ You specify one or more directories on the local machine to sync with your ownCloud server, and always have your latest files wherever you are. Make a change to the files on one computer, it will flow across the others using the desktop sync clients. + +This package will build against qt5 libraries if they are present on your +system. This will cause issue with qtkeychain as it will build against qt4 +by default. One way to work around this is to uninstall qt5 before building +the owncloud-client package. + +This package optionally requires the Sphinx package in order to create its +man pages. diff --git a/network/owncloud-client/owncloud-client.SlackBuild b/network/owncloud-client/owncloud-client.SlackBuild index 9d5b425145ce..6d8db9276cb0 100644 --- a/network/owncloud-client/owncloud-client.SlackBuild +++ b/network/owncloud-client/owncloud-client.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=owncloud-client -VERSION=${VERSION:-2.0.0} +VERSION=${VERSION:-2.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/owncloud-client/owncloud-client.info b/network/owncloud-client/owncloud-client.info index 7331a7b0c2a7..c084bdd57bab 100644 --- a/network/owncloud-client/owncloud-client.info +++ b/network/owncloud-client/owncloud-client.info @@ -1,8 +1,8 @@ PRGNAM="owncloud-client" -VERSION="2.0.0" +VERSION="2.0.1" HOMEPAGE="http://owncloud.org/" -DOWNLOAD="https://download.owncloud.com/desktop/stable/owncloudclient-2.0.0.tar.xz" -MD5SUM="61fe12826931af8645661b34a84e7379" +DOWNLOAD="https://download.owncloud.com/desktop/stable/owncloudclient-2.0.1.tar.xz" +MD5SUM="e87a01e464f005cf95cde83f46cf318d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qtkeychain" |