summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35ddd13ab5ea..38c1ad9ca7de 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.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Skycoder42/QtRestClient
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ac3f060ccd84..62755a57bd9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felix Barz <skycoder42.de@gmx.de>
pkgname=qt5-restclient
pkgver=1.2.3
-pkgrel=1
+pkgrel=2
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"