summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47af4251a14a..0ad605dd3c03 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 = 3.0.0
+ pkgver = 3.0.1
pkgrel = 1
url = https://github.com/Skycoder42/QtDataSync
arch = i686
@@ -13,7 +13,7 @@ pkgbase = qt5-datasync
depends = qt5-jsonserializer>=2.1.0
depends = qt5-backgroundprocess>=1.5.0
depends = qt5-websockets
- source = qt5-datasync-3.0.0::git+https://github.com/Skycoder42/QtDataSync.git#tag=3.0.0
+ source = qt5-datasync-3.0.1::git+https://github.com/Skycoder42/QtDataSync.git#tag=3.0.1
md5sums = SKIP
pkgname = qt5-datasync
diff --git a/PKGBUILD b/PKGBUILD
index 828e150f54a1..d72e062676aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Felix Barz <skycoder42.de@gmx.de>
pkgname=qt5-datasync
-pkgver=3.0.0
+pkgver=3.0.1
pkgrel=1
pkgdesc="A simple offline-first synchronisation framework, to synchronize data of Qt applications between devices"
arch=('i686' 'x86_64')