summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-12-22 17:19:13 +0100
committerMartchus2018-12-22 17:19:13 +0100
commit7543ef0a200420211c954e891d8b9008a419bc73 (patch)
tree2c607c9441b4bc8537ad4941e49a47b35f26e0f2
parentddcb40f7a83d5d27b2e1abd784013997df76d669 (diff)
downloadaur-7543ef0a200420211c954e891d8b9008a419bc73.tar.gz
Fix use of static libraries with CMake
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b86aaefa811f..42dbb86cb116 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-qt5-tools
pkgdesc = A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)
pkgver = 5.12.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.qt.io/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b39e1ba55e44..15e279029dbe 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@
_qt_module=qttools
pkgname="mingw-w64-qt5-tools"
pkgver=5.12.0
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
pkgdesc="A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)"
depends=('mingw-w64-qt5-declarative')