summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2018-12-22 17:19:22 +0100
committerMartchus2018-12-22 17:19:22 +0100
commit3c28c770ff21c07f9cc85a123ed4a51ee49cf178 (patch)
treea3cb17e8cc799ba8248e57c991b88017b0b68ca9 /PKGBUILD
parent6803eee11dba59fc29633083bcc5816437d95d3b (diff)
downloadaur-3c28c770ff21c07f9cc85a123ed4a51ee49cf178.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 05f1f7f17170..5fb7b0502c22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_qt_module=qtserialport
pkgname="mingw-w64-qt5-serialport"
pkgver=5.12.0
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc="Provides access to hardware and virtual serial ports (mingw-w64)"
depends=('mingw-w64-qt5-base')