summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-12-22 17:19:14 +0100
committerMartchus2018-12-22 17:19:14 +0100
commit70355a63ae23980944e3d1bc848e39fb237243de (patch)
tree2fd6da6fbf1b0ded3d6c809cbb35bcfb93f9441b
parentf864bc2d4234de432398434c3388b19c34ea8ec9 (diff)
downloadaur-70355a63ae23980944e3d1bc848e39fb237243de.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 e0489008dbf0..f136e6525a17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-qt5-script
pkgdesc = Classes for making Qt applications scriptable. Provided for Qt 4.x compatibility (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 dbece470c913..87f4364b507d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
_qt_module=qtscript
pkgname="mingw-w64-qt5-script"
pkgver=5.12.0
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc="Classes for making Qt applications scriptable. Provided for Qt 4.x compatibility (mingw-w64)"
depends=('mingw-w64-qt5-base')