summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSkycoder422017-11-18 11:49:53 +0100
committerSkycoder422017-11-18 11:49:53 +0100
commitdb7e9ead5daf442ed4b1cae11f9c829777844076 (patch)
tree7df65693c13e1d3ada2b715cac6db49e288409c5 /PKGBUILD
parentf97e19c13aa5b0b098df4b895434198f596eacab (diff)
downloadaur-db7e9ead5daf442ed4b1cae11f9c829777844076.tar.gz
updated to 1.2.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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
}