summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2018-12-22 17:19:22 +0100
committerMartchus2018-12-22 17:19:22 +0100
commit2eb20bf164902d1490dc51fafb848d574c035ead (patch)
treee59b18b7b6c982c0524ff3936c9f5d0d8b310eb6 /PKGBUILD
parentaa5007401f42397af4d4f800859a038a6a694d91 (diff)
downloadaur-2eb20bf164902d1490dc51fafb848d574c035ead.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 c23fe5eddf54..3e637be33fd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_qt_module=qtconnectivity
pkgname="mingw-w64-qt5-connectivity"
pkgver=5.12.0
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc="Provides access to Bluetooth hardware (mingw-w64)"
depends=('mingw-w64-qt5-base')