summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2018-12-22 17:19:26 +0100
committerMartchus2018-12-22 17:19:26 +0100
commit0cd39ca3eccd45b043722f6766695e8496e7d584 (patch)
treef01e07f7319108f85a42d5309776f7d817975e64 /PKGBUILD
parent135ea3653819dd6826756629fb4fddef5a78109b (diff)
downloadaur-0cd39ca3eccd45b043722f6766695e8496e7d584.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 22768604cba6..e2ca1c581b41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_qt_module=qtremoteobjects
pkgname="mingw-w64-qt5-remoteobjects"
pkgver=5.12.0
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
pkgdesc="Inter-process communication (IPC) module developed for Qt (mingw-w64)"
depends=('mingw-w64-qt5-base')