diff --git a/x11-packages/xorg-fonts-encodings/build.sh b/x11-packages/xorg-fonts-encodings/build.sh index f42f5f03e2..6ef79ec556 100644 --- a/x11-packages/xorg-fonts-encodings/build.sh +++ b/x11-packages/xorg-fonts-encodings/build.sh @@ -1,10 +1,11 @@ TERMUX_PKG_HOMEPAGE=https://xorg.freedesktop.org/ TERMUX_PKG_DESCRIPTION="X.org font encoding files" TERMUX_PKG_LICENSE="Public Domain" +TERMUX_PKG_LICENSE_FILE="COPYING" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION=1.0.6 +TERMUX_PKG_VERSION=1.0.7 TERMUX_PKG_SRCURL=https://xorg.freedesktop.org/releases/individual/font/encodings-${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_SHA256=77e301de661f35a622b18f60b555a7e7d8c4d5f43ed41410e830d5ac9084fc26 +TERMUX_PKG_SHA256=3a39a9f43b16521cdbd9f810090952af4f109b44fa7a865cd555f8febcea70a4 TERMUX_PKG_PLATFORM_INDEPENDENT=true TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-fontrootdir=$TERMUX_PREFIX/share/fonts"