aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/owncloud-client/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/owncloud-client/APKBUILD b/testing/owncloud-client/APKBUILD
index fa534bcc82..b67098ffa5 100644
--- a/testing/owncloud-client/APKBUILD
+++ b/testing/owncloud-client/APKBUILD
@@ -2,14 +2,15 @@
# Maintainer:
pkgname=owncloud-client
pkgver=1.8.1
-pkgrel=0
+pkgrel=1
pkgdesc="ownCloud Desktop Client"
url="https://github.com/owncloud/client"
arch="all"
license="GPL2"
depends=
depends_dev=
-makedepends="$depends_dev cmake qt5-qttools-dev qt5-qtwebkit-dev qtkeychain-dev"
+makedepends="$depends_dev cmake qt5-qttools-dev qt5-qtwebkit-dev
+ qt5-qtkeychain-dev"
install=
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/owncloud/client/archive/v1.8.1.tar.gz"