From 79bbfcb8344a2fa5c512d72bfdfc22bbadaaa18c Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Thu, 2 Mar 2023 11:32:20 +0000 Subject: [PATCH] xorg-fonts-encodings: Bump to 1.0.7 --- x11-packages/xorg-fonts-encodings/build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"