summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-12-22 17:19:22 +0100
committerMartchus2018-12-22 17:19:22 +0100
commit3c28c770ff21c07f9cc85a123ed4a51ee49cf178 (patch)
treea3cb17e8cc799ba8248e57c991b88017b0b68ca9
parent6803eee11dba59fc29633083bcc5816437d95d3b (diff)
downloadaur-3c28c770ff21c07f9cc85a123ed4a51ee49cf178.tar.gz
Fix use of static libraries with CMake
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9ab10a17c60..6fcfcc505715 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-qt5-serialport
pkgdesc = Provides access to hardware and virtual serial ports (mingw-w64)
pkgver = 5.12.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.qt.io/
arch = any
groups = mingw-w64-qt5
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')