summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-12-22 17:19:15 +0100
committerMartchus2018-12-22 17:19:15 +0100
commite7dbf72b93de43bc0c3cc600e923850202e32bd9 (patch)
tree6d69ee7efea8c7d7f3764f6cc3936c2ce270cad0
parent4322646d3369ac2506fbbc8bf254c13ee3c5c497 (diff)
downloadaur-e7dbf72b93de43bc0c3cc600e923850202e32bd9.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 819ef95a7453..495e572ac6e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-qt5-sensors
pkgdesc = Provides access to sensor hardware and motion gesture recognition (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 2362991d8305..ff0d05e314d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
_qt_module=qtsensors
pkgname=mingw-w64-qt5-sensors
pkgver=5.12.0
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc="Provides access to sensor hardware and motion gesture recognition (mingw-w64)"
depends=('mingw-w64-qt5-base' 'mingw-w64-qt5-declarative')