summarylogtreecommitdiffstats
path: root/PKGBUILD.sh.ep
diff options
context:
space:
mode:
authorMartchus2022-03-08 23:35:04 +0100
committerMartchus2022-03-08 23:35:04 +0100
commitd5edec6398f6a6076c66df65c644041872247ea9 (patch)
tree5d1e5a174ebec324f147ea14854d5b05aa0bf017 /PKGBUILD.sh.ep
parent9c44a29debed5505faddee92242a7326db9b1190 (diff)
downloadaur-d5edec6398f6a6076c66df65c644041872247ea9.tar.gz
Rebase against 5.15.3
Diffstat (limited to 'PKGBUILD.sh.ep')
-rw-r--r--PKGBUILD.sh.ep9
1 files changed, 8 insertions, 1 deletions
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index 4c505655ea61..83246b9bf718 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -5,7 +5,14 @@
# Contributor: Filip Brcic <brcha@gna.org>
% end
\
-pkgver=5.15.2
+% content_for package_config => begin
+
+ sed -e "s|$pkgver\ |$_basever |" -i "$pkgdir"/usr/$_arch/lib/cmake/*/*Config.cmake
+% end
+% stash(is_lts => 1);
+\
+_basever=5.15.3
+pkgver=5.15.8
pkgrel=1
arch=('any')
pkgdesc="Classes for making Qt applications scriptable. Provided for Qt 4.x compatibility (mingw-w64)"