summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2018-12-22 17:19:16 +0100
committerMartchus2018-12-22 17:19:16 +0100
commit1d5d8124bac1b39f5e00715263e0cd7a0cd6e312 (patch)
tree81555e10facab1497f768ed78eafc5cd3b1813c4 /PKGBUILD
parent74d80d1999988e91ac2daf0c7624bef25697a2be (diff)
downloadaur-1d5d8124bac1b39f5e00715263e0cd7a0cd6e312.tar.gz
Fix use of static libraries with CMake
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 339e4a9a923d..6ae9f626b58c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_qt_module=qtwebchannel
pkgname=mingw-w64-qt5-webchannel
pkgver=5.12.0
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc='Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients (mingw-w64)'
depends=('mingw-w64-qt5-declarative')