summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkycoder422017-06-09 13:23:16 +0200
committerSkycoder422017-06-09 13:23:16 +0200
commit5b07c665eed63e12ca1f10c7e93c89b822ebfdd3 (patch)
tree60b04556dad57c63751d2a4edf10d66b41086e3d
parentcb6aaa0d4ff9b6160718a8aea8f1d2f177e839b6 (diff)
downloadaur-5b07c665eed63e12ca1f10c7e93c89b822ebfdd3.tar.gz
no version dep
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a6537bdb74f..7740b2c48c45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = qt5-jsonserializer
pkgdesc = A library to perform generic seralization and deserialization of QObjects
pkgver = 2.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Skycoder42/QJsonSerializer
arch = i686
arch = x86_64
license = BSD
makedepends = git
- depends = qt5-base>=5.9.0
- depends = qt5-tools>=5.9.0
+ depends = qt5-base>=5.8.0
+ depends = qt5-tools>=5.8.0
source = qt5-jsonserializer-2.1.1::git+https://github.com/Skycoder42/QJsonSerializer.git#tag=2.1.1
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 74245a6f7b2d..2df7a1a2cec3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Felix Barz <skycoder42.de@gmx.de>
pkgname=qt5-jsonserializer
pkgver=2.1.1
-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"
license=('BSD')
-depends=('qt5-base>=5.9.0' 'qt5-tools>=5.9.0')
+depends=('qt5-base>=5.8.0' 'qt5-tools>=5.8.0')
makedepends=('git')
source=("$pkgname-$pkgver::git+https://github.com/Skycoder42/QJsonSerializer.git#tag=$pkgver")
md5sums=('SKIP')