summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkycoder422017-10-08 14:41:31 +0200
committerSkycoder422017-10-08 14:41:31 +0200
commitfee027e3287b20787629fe6085c90516b61d2cd0 (patch)
tree36723ae4822f1ca80d63e34237ff89165dd52aa9
parentb9458e565b59153f79ccc5a7c5a2755b4322bf42 (diff)
downloadaur-fee027e3287b20787629fe6085c90516b61d2cd0.tar.gz
added fix for Qt 5.9.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 533b7769d809..3e346e30a00e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qt5-jsonserializer
pkgdesc = A library to perform generic seralization and deserialization of QObjects
pkgver = 3.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Skycoder42/QJsonSerializer
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = qt5-jsonserializer
makedepends = qt5-tools
depends = qt5-base
optdepends = repkg: Automatically rebuild the package on dependency updates
- source = qt5-jsonserializer-3.0.0::git+https://github.com/Skycoder42/QJsonSerializer.git#tag=3.0.0
+ source = qt5-jsonserializer-3.0.0::git+https://github.com/Skycoder42/QJsonSerializer.git#tag=3.0.0-2
source = qt5-jsonserializer.rule
sha256sums = SKIP
sha256sums = 2147916eaeebda7109b04f17e122a873388f42f2015e4b6b9fbf6f98e8e80d15
diff --git a/PKGBUILD b/PKGBUILD
index 0c56b596cfff..bf9d72f81bd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felix Barz <skycoder42.de@gmx.de>
pkgname=qt5-jsonserializer
pkgver=3.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A library to perform generic seralization and deserialization of QObjects"
arch=('i686' 'x86_64')
url="https://github.com/Skycoder42/QJsonSerializer"
@@ -10,7 +10,7 @@ depends=('qt5-base')
makedepends=('git' 'qt5-tools')
optdepends=("repkg: Automatically rebuild the package on dependency updates")
_pkgfqn=$pkgname-$pkgver
-source=("$_pkgfqn::git+https://github.com/Skycoder42/QJsonSerializer.git#tag=$pkgver"
+source=("$_pkgfqn::git+https://github.com/Skycoder42/QJsonSerializer.git#tag=$pkgver-2" #temporary fix for Qt 5.9.2
"$pkgname.rule")
sha256sums=('SKIP'
'2147916eaeebda7109b04f17e122a873388f42f2015e4b6b9fbf6f98e8e80d15')