summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2018-12-22 17:19:14 +0100
committerMartchus2018-12-22 17:19:14 +0100
commit6b18b80ac006703ca8fa7acc17cdc31be44c8dab (patch)
treed327b8e107e80a0fb06cc303bab67641406c8ef8 /PKGBUILD
parent8cb3a084e8a116853d632d097e61cb26b22659e4 (diff)
downloadaur-6b18b80ac006703ca8fa7acc17cdc31be44c8dab.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 d83a90208ef9..df3e1ca97285 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_qt_module=qtxmlpatterns
pkgname="mingw-w64-qt5-xmlpatterns"
pkgver=5.12.0
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc="Support for XPath, XQuery, XSLT and XML schema validation (mingw-w64)"
depends=('mingw-w64-qt5-base')