summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a367a0103798..78281214b81d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qt5-datasync
pkgdesc = A simple offline-first synchronisation framework, to synchronize data of Qt applications between devices
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/Skycoder42/QtDataSync
arch = i686
@@ -9,9 +9,9 @@ pkgbase = qt5-datasync
makedepends = git
depends = qt5-base
depends = qt5-tools
- depends = qt5-jsonserializer
- depends = qt5-backgroundprocess
- source = qt5-datasync-1.0.0::git+https://github.com/Skycoder42/QtDataSync.git#tag=1.0.0
+ depends = qt5-jsonserializer>=2.0.0
+ depends = qt5-backgroundprocess>=1.5.0
+ source = qt5-datasync-1.1.0::git+https://github.com/Skycoder42/QtDataSync.git#tag=1.1.0
md5sums = SKIP
pkgname = qt5-datasync
diff --git a/PKGBUILD b/PKGBUILD
index 818430a2b06d..2af8ff2edb68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Felix Barz <skycoder42.de@gmx.de>
pkgname=qt5-datasync
-pkgver=1.0.0
+pkgver=1.1.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' 'qt5-backgroundprocess')
+depends=('qt5-base' 'qt5-tools' 'qt5-jsonserializer>=2.0.0' 'qt5-backgroundprocess>=1.5.0')
makedepends=('git')
source=("$pkgname-$pkgver::git+https://github.com/Skycoder42/QtDataSync.git#tag=$pkgver")
md5sums=('SKIP')