summarylogtreecommitdiffstats
path: root/PKGBUILD.sh.ep
diff options
context:
space:
mode:
authorMartchus2020-09-13 13:27:01 +0200
committerMartchus2020-09-13 13:27:01 +0200
commitf7d794d750bca27b5ebdebbca8f62735542115b5 (patch)
tree5a9ceefddbdced2f40924ffdf11983fc002c9d93 /PKGBUILD.sh.ep
parentdcabf4930d555b220a4adb53bfceb450121d7192 (diff)
downloadaur-f7d794d750bca27b5ebdebbca8f62735542115b5.tar.gz
Update to 5.15.1
Diffstat (limited to 'PKGBUILD.sh.ep')
-rw-r--r--PKGBUILD.sh.ep6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index 332c21ad5c96..81ec907e0791 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -1,9 +1,9 @@
% layout 'mingw-w64-qt5-module';
\
-pkgver=5.15.0
+pkgver=5.15.1
pkgrel=1
arch=('any')
pkgdesc="Provides access to Bluetooth hardware (mingw-w64)"
-depends=('mingw-w64-qt5-base')
-makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'mingw-w64-qt5-declarative')
+depends=(<%== qt5deps qw(base) %>)
+makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' <%== qt5deps qw(declarative) %>)
license=('GPL3' 'LGPL3' 'FDL' 'custom')