summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-12-22 17:19:25 +0100
committerMartchus2018-12-22 17:19:25 +0100
commitff3486620db12d584e767202bf44cf645b61d4f6 (patch)
treefb51ec4b33810e8a9188244e8e57fff0ad486017
parent1dd0c75436890e2c89ce12b36acd66c7b436bfb3 (diff)
downloadaur-ff3486620db12d584e767202bf44cf645b61d4f6.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 7e62eb108af8..80b799f9f781 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-qt5-activeqt
pkgdesc = ActiveX integration framework (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 4937bc980693..ad4f3b1feff6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_qt_module=qtactiveqt
pkgname=mingw-w64-qt5-activeqt
pkgver=5.12.0
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc="ActiveX integration framework (mingw-w64)"
depends=('mingw-w64-qt5-base')