summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-09-21 22:50:32 +0200
committerMartchus2020-09-21 22:50:32 +0200
commit9a5bbf07a2876fc356b8dfa22f8389456b5b7fd4 (patch)
treec4825dbac898786da3ff243bd6bdc5502c092199
parent01f451e1496bd159af80d8a9a5198a16509041f0 (diff)
downloadaur-9a5bbf07a2876fc356b8dfa22f8389456b5b7fd4.tar.gz
Fix checksum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--PKGBUILD.sh.ep4
3 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27afa5dea7f1..b341d3fb2ae8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,7 +22,7 @@ pkgbase = mingw-w64-qt5-tools
source = https://download.qt.io/official_releases/qt/5.15/5.15.1/submodules/qttools-everywhere-src-5.15.1.tar.xz
source = 0001-Fix-linguist-macro.patch
sha256sums = c98ee5f0f980bf68cbf0c94d62434816a92441733de50bd9adbe9b9055f03498
- sha256sums = ca4cdea138d38a8f55a20f4821d35138035115dd1c61ae1b28156d90aa75b38a
+ sha256sums = 23243c0326d63474a293cec35cb0b64795e46b90ddc631d240b128274c030421
pkgname = mingw-w64-qt5-tools
diff --git a/PKGBUILD b/PKGBUILD
index 91c119aa4af5..9e57525bc995 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,7 +37,7 @@ _pkgfqn="${_qt_module}-everywhere-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz"
'0001-Fix-linguist-macro.patch')
sha256sums=('c98ee5f0f980bf68cbf0c94d62434816a92441733de50bd9adbe9b9055f03498'
- 'ca4cdea138d38a8f55a20f4821d35138035115dd1c61ae1b28156d90aa75b38a')
+ '23243c0326d63474a293cec35cb0b64795e46b90ddc631d240b128274c030421')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index 0226332f5b04..96d05e65fbd9 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -19,7 +19,7 @@
% end
\
pkgver=5.15.1
-pkgrel=1
+pkgrel=<%== stash('pkgrel') // '1' %>
arch=(<%== include 'fragments/mingw-w64-qt5-non_any_archs' %>)
pkgdesc="A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)"
depends=(<%== qt5deps qw(declarative) %>)
@@ -32,11 +32,13 @@ CONFIG+=no_smart_library_merge QTPLUGIN.sqldrivers=qsqlite QTPLUGIN.sqldrivers+=
\
% content_for package_config => begin
+% unless ($static_variant) {
# create symlinks for tools
mkdir -p "${pkgdir}/usr/bin"
for tool in lconvert lupdate lrelease windeployqt; do
ln -sf "../${_arch}/lib/qt/bin/${tool}" "${pkgdir}/usr/bin/${_arch}-$tool-qt5"
done
+% }
% end
\
% content_for package => begin