summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2018-12-22 17:19:09 +0100
committerMartchus2018-12-22 17:19:09 +0100
commita0694ae769a89e7dda667d0c7f9548ceaf2b7cc5 (patch)
treec5a54b3855beb7376ce87d3735cdd79c9ee42b97 /PKGBUILD
parenta426686c46d48d3fb5b9d758c4ff7a865124a415 (diff)
downloadaur-a0694ae769a89e7dda667d0c7f9548ceaf2b7cc5.tar.gz
Fix use of static libraries with CMake
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6667152dd5b..f539e27e6fa1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
_qt_module=qtdeclarative
pkgname=mingw-w64-qt5-declarative
pkgver=5.12.0
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
pkgdesc='Classes for QML and JavaScript languages (mingw-w64)'
depends=('mingw-w64-qt5-base')