summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSkycoder422017-04-15 15:12:37 +0200
committerSkycoder422017-04-15 15:12:37 +0200
commitc562bc273b9bc64a5026eddddefd80d6bcc381ab (patch)
tree7701e0d09e7676a1a0e2999732b7d29e5d8a82ca /PKGBUILD
parent6a18ce5a5bd84cb7ca1c655cdb733fe1ebeccf25 (diff)
downloadaur-c562bc273b9bc64a5026eddddefd80d6bcc381ab.tar.gz
updated to 2.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2af8ff2edb68..d6d49f1b9a49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Felix Barz <skycoder42.de@gmx.de>
pkgname=qt5-datasync
-pkgver=1.1.0
+pkgver=2.0.0
pkgrel=1
pkgdesc="A simple offline-first synchronisation framework, to synchronize data of Qt applications between devices"
arch=('i686' 'x86_64')
url="https://github.com/Skycoder42/QtDataSync"
license=('BSD')
-depends=('qt5-base' 'qt5-tools' 'qt5-jsonserializer>=2.0.0' 'qt5-backgroundprocess>=1.5.0')
+depends=('qt5-base' 'qt5-tools' 'qt5-jsonserializer>=2.0.0' 'qt5-backgroundprocess>=1.5.0' 'qt5-websockets')
makedepends=('git')
source=("$pkgname-$pkgver::git+https://github.com/Skycoder42/QtDataSync.git#tag=$pkgver")
md5sums=('SKIP')