summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkycoder422017-10-08 14:40:16 +0200
committerSkycoder422017-10-08 14:40:16 +0200
commitf97e19c13aa5b0b098df4b895434198f596eacab (patch)
tree6bdefc7e485ed797e53a03965ec43f09f6e2c44c
parent44ea93dcd49621d3a720dba3c2f50b999779e5d1 (diff)
downloadaur-f97e19c13aa5b0b098df4b895434198f596eacab.tar.gz
undo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a5474c0b4ea..5cb23246b13e 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 = 2
+ pkgrel = 3
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-2
+ source = qt5-restclient-1.2.4::git+https://github.com/Skycoder42/QtRestClient.git#tag=1.2.4
source = qt5-restclient.rule
sha256sums = SKIP
sha256sums = 6029d42b05d32d99a6e673e5a7c95ac657e6258f88835f8aff05bde7535e543b
diff --git a/PKGBUILD b/PKGBUILD
index 26ad124ccbf9..b9da6b03f0e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felix Barz <skycoder42.de@gmx.de>
pkgname=qt5-restclient
pkgver=1.2.4
-pkgrel=2
+pkgrel=3
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"
@@ -10,7 +10,7 @@ depends=('qt5-base' 'qt5-jsonserializer>=2.1.0')
makedepends=('git' 'qt5-tools')
optdepends=("repkg: Automatically rebuild the package on dependency updates")
_pkgfqn=$pkgname-$pkgver
-source=("$_pkgfqn::git+https://github.com/Skycoder42/QtRestClient.git#tag=$pkgver-2" # temporary src overwrite to fix build bug with Qt 5.9.2
+source=("$_pkgfqn::git+https://github.com/Skycoder42/QtRestClient.git#tag=$pkgver"
"$pkgname.rule")
sha256sums=('SKIP'
'6029d42b05d32d99a6e673e5a7c95ac657e6258f88835f8aff05bde7535e543b')