summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-12-22 17:19:16 +0100
committerMartchus2018-12-22 17:19:16 +0100
commit35e3462f7abdf31a616a4f535e82b525c4e8ddfb (patch)
tree94ad50ce0444d1d0db54839428ca30d448a6e240
parent4af677dcede01563a456627d97201b7f807f8dbc (diff)
downloadaur-35e3462f7abdf31a616a4f535e82b525c4e8ddfb.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 2a81fc8032e9..802d367b8b83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-qt5-3d
pkgdesc = C++ and QML APIs for easy inclusion of 3D graphics (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 635896fbb12a..73ca4c2c622b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_qt_module=qt3d
pkgname="mingw-w64-qt5-3d"
pkgver=5.12.0
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
pkgdesc="C++ and QML APIs for easy inclusion of 3D graphics (mingw-w64)"
depends=('mingw-w64-qt5-declarative')