From ec7fae49c5faacafab2341ca8b152b3bfee5f4e0 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Sat, 23 Sep 2023 18:33:00 +0000 Subject: [PATCH] *: Remove version specifier for libuuid in deps Not making much sense because partial upgrading is not supported in the first place. Also note that this specifier did not prevent libuuid from being upgraded, leaving its reverse dependencies behind. %ci:no-build --- packages/libsm/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/libsm/build.sh b/packages/libsm/build.sh index e259e9dde4..5b6047342f 100644 --- a/packages/libsm/build.sh +++ b/packages/libsm/build.sh @@ -9,4 +9,3 @@ TERMUX_PKG_SRCURL=https://xorg.freedesktop.org/releases/individual/lib/libSM-${T TERMUX_PKG_SHA256=fdcbe51e4d1276b1183da77a8a4e74a137ca203e0bcfb20972dd5f3347e97b84 TERMUX_PKG_DEPENDS="libice, libuuid" TERMUX_PKG_BUILD_DEPENDS="xorg-util-macros, xtrans" -