summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-12-22 17:19:17 +0100
committerMartchus2018-12-22 17:19:17 +0100
commit7d3bcbb90f992ac5aee12875bbe259ee0278b792 (patch)
treea04154e56587512ec1ec95bc2cfda6fa711472d4
parent8856795d3724f982d8699fa682c17cd38880854b (diff)
downloadaur-7d3bcbb90f992ac5aee12875bbe259ee0278b792.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 38f6aa36367a..90c042bf321f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-qt5-quickcontrols2
pkgdesc = Reusable Qt Quick based UI controls to create classic desktop-style user interfaces (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 1c76add59103..e47b4e792f7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
_qt_module=qtquickcontrols2
pkgname="mingw-w64-qt5-quickcontrols2"
pkgver=5.12.0
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc="Reusable Qt Quick based UI controls to create classic desktop-style user interfaces (mingw-w64)"
depends=('mingw-w64-qt5-declarative')