diff --git a/gpkg/glib/build.sh b/gpkg/glib/build.sh index f129160c2..05a7cca1d 100644 --- a/gpkg/glib/build.sh +++ b/gpkg/glib/build.sh @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="Library providing core building blocks for libraries and TERMUX_PKG_LICENSE="LGPL-2.1" TERMUX_PKG_MAINTAINER="@termux-pacman" TERMUX_PKG_VERSION="2.82.2" +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://ftp.gnome.org/pub/gnome/sources/glib/${TERMUX_PKG_VERSION%.*}/glib-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_SHA256=ab45f5a323048b1659ee0fbda5cecd94b099ab3e4b9abf26ae06aeb3e781fd63 TERMUX_PKG_DEPENDS="libffi-glibc, pcre2-glibc, util-linux-glibc, zlib-glibc, openssl-glibc, libunwind-glibc" diff --git a/gpkg/glib/hooks/postinst.in b/gpkg/glib/hooks/postinst.in index 46cfa026d..ff42cea51 100644 --- a/gpkg/glib/hooks/postinst.in +++ b/gpkg/glib/hooks/postinst.in @@ -4,7 +4,7 @@ # may not be installed. unset LD_PRELOAD if [ -x "$(command -v glib-compile-schemas)" ]; then - @TERMUX_PREFIX@/glib-compile-schemas "@TERMUX_PREFIX@/share/glib-2.0/schemas" > /dev/null + @TERMUX_PREFIX@/bin/glib-compile-schemas "@TERMUX_PREFIX@/share/glib-2.0/schemas" > /dev/null fi exit 0