summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkycoder422017-11-18 11:49:53 +0100
committerSkycoder422017-11-18 11:49:53 +0100
commitdb7e9ead5daf442ed4b1cae11f9c829777844076 (patch)
tree7df65693c13e1d3ada2b715cac6db49e288409c5
parentf97e19c13aa5b0b098df4b895434198f596eacab (diff)
downloadaur-db7e9ead5daf442ed4b1cae11f9c829777844076.tar.gz
updated to 1.2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cb23246b13e..275c4f2f8d76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qt5-restclient
pkgdesc = A library for generic JSON-based REST-APIs, with a mechanism to map JSON to Qt objects
- pkgver = 1.2.4
- pkgrel = 3
+ pkgver = 1.2.5
+ pkgrel = 1
url = https://github.com/Skycoder42/QtRestClient
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = qt5-restclient
depends = qt5-base
depends = qt5-jsonserializer>=2.1.0
optdepends = repkg: Automatically rebuild the package on dependency updates
- source = qt5-restclient-1.2.4::git+https://github.com/Skycoder42/QtRestClient.git#tag=1.2.4
+ source = qt5-restclient-1.2.5::git+https://github.com/Skycoder42/QtRestClient.git#tag=1.2.5
source = qt5-restclient.rule
sha256sums = SKIP
sha256sums = 6029d42b05d32d99a6e673e5a7c95ac657e6258f88835f8aff05bde7535e543b
diff --git a/PKGBUILD b/PKGBUILD
index b9da6b03f0e9..3d9ea9f28f2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felix Barz <skycoder42.de@gmx.de>
pkgname=qt5-restclient
-pkgver=1.2.4
-pkgrel=3
+pkgver=1.2.5
+pkgrel=1
pkgdesc="A library for generic JSON-based REST-APIs, with a mechanism to map JSON to Qt objects"
arch=('i686' 'x86_64')
url="https://github.com/Skycoder42/QtRestClient"
@@ -22,7 +22,8 @@ prepare() {
build() {
cd build
- qmake -r "../$_pkgfqn/"
+ qmake "../$_pkgfqn/"
+ make qmake_all
make
}