summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSkycoder422019-10-16 14:42:36 +0200
committerSkycoder422019-10-16 14:42:36 +0200
commitcb32e1c49a41d07fc6bd4f93d1ea888d854ade90 (patch)
tree3feb4b793c9c32399c019ca31855371de9415fe0 /PKGBUILD
parent87a91c4fa85f3051643ee10f33f1642dd8c45bf4 (diff)
downloadaur-qt5-restclient.tar.gz
updated to 2.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ffb022e8ef71..9689a41b4c66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgbase=qt5-restclient
pkgname=(qt5-restclient qt5-restclient-doc)
group=qt5-restclient-full
-pkgver=2.1.1
+pkgver=2.2.0
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"
license=('BSD')
-depends=('qt5-base' 'qt5-jsonserializer>=3.1.0')
+depends=('qt5-base' 'qt5-networkauth' 'qt5-jsonserializer>=3.1.0')
makedepends=('git' 'qt5-tools' 'qt5-declarative' 'qdep' 'python' 'doxygen' 'graphviz')
optdepends=("repkg: Automatically rebuild the package on dependency updates")
_pkgfqn=$pkgname-$pkgver
@@ -62,7 +62,4 @@ package_qt5-restclient-doc() {
# DROP file paths from doc tags
find "$pkgdir/usr/share/doc/qt" -type f -name '*.tags' \
-exec sed -i -e 's:<path>[^<]*<\/path>:<path>/usr/include/qt/QtRestClient</path>:g' {} \;
-
- # install manpages
- install -Dm644 -t "$pkgdir/usr/share/man/man3" man/man3/*.3
}