From a8d94fcd6d6cedf86639c7d46f7e29489b5948a8 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 9 Oct 2021 09:43:29 +0200 Subject: [PATCH] Don't pull in all of qt5 --- mingw-w64-slim-simulator/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-slim-simulator/PKGBUILD b/mingw-w64-slim-simulator/PKGBUILD index dbb2fe94a8..fa2349fe29 100644 --- a/mingw-w64-slim-simulator/PKGBUILD +++ b/mingw-w64-slim-simulator/PKGBUILD @@ -10,7 +10,7 @@ url="https://messerlab.org/slim/" license=("GPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-cmake") -depends=("${MINGW_PACKAGE_PREFIX}-qt5") +depends=("${MINGW_PACKAGE_PREFIX}-qt5-base") source=("http://benhaller.com/slim/SLiM_pacman.tar.gz" ) sha256sums=("003f095120595b2a206fc2d7a451e2189a56639ae7b85a070b76c4ce13def391")