X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/a5d4e3d674b96807407c15a02e9d339493bbe24f..9228c43493b3bf7c38a69f6a6e3ab1ae72447e11:/packages/glib/build.sh diff --git a/packages/glib/build.sh b/packages/glib/build.sh index 58295654..68c7f427 100755 --- a/packages/glib/build.sh +++ b/packages/glib/build.sh @@ -2,6 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://developer.gnome.org/glib/ TERMUX_PKG_DESCRIPTION="Library providing core building blocks for libraries and applications written in C" _TERMUX_GLIB_MAJOR_VERSION=2.46 TERMUX_PKG_VERSION=${_TERMUX_GLIB_MAJOR_VERSION}.2 +TERMUX_PKG_BUILD_REVISION=1 TERMUX_PKG_SRCURL=http://ftp.gnome.org/pub/gnome/sources/glib/${_TERMUX_GLIB_MAJOR_VERSION}/glib-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_DEPENDS="libffi, pcre"