From 4e3b8111fd56c155aaca1fb52ddf137471fa6268 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sat, 15 Jul 2023 10:33:58 +0200 Subject: [PATCH] build: Make sure the arch linux package bundles the correct libraries --- dist/Arch/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/Arch/PKGBUILD b/dist/Arch/PKGBUILD index 39eb769b1..4d4981f40 100644 --- a/dist/Arch/PKGBUILD +++ b/dist/Arch/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc="A Hex Editor for Reverse Engineers, Programmers and people who value th arch=("x86_64") url="https://github.com/WerWolv/ImHex" license=('GPL2') -depends=(glfw mbedtls freetype2 libglvnd dbus xdg-desktop-portal curl fmt yara nlohmann-json) +depends=(glfw mbedtls freetype2 libglvnd dbus gtk3 curl fmt yara nlohmann-json) makedepends=(git) provides=(imhex) conflicts=(imhex)