From 8245883c2ee99682523ff5757b0db64948107479 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sat, 5 Oct 2019 16:05:12 +0300 Subject: [PATCH] encodings: update to 1.0.5. --- srcpkgs/encodings/template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/encodings/template b/srcpkgs/encodings/template index fab5215d3df..6a1aa088194 100644 --- a/srcpkgs/encodings/template +++ b/srcpkgs/encodings/template @@ -1,17 +1,17 @@ -# Template build file for 'encodings'. +# Template file for 'encodings' pkgname=encodings -version=1.0.4 -revision=6 +version=1.0.5 +revision=1 archs=noarch build_style=gnu-configure hostmakedepends="pkg-config font-util" depends="font-util" short_desc="X11 Font Index Generator" -homepage="http://xorg.freedesktop.org" -license="Public domain" maintainer="Orphaned " +license="Public domain" +homepage="http://xorg.freedesktop.org" distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2" -checksum=ced6312988a45d23812c2ac708b4595f63fd7a49c4dcd9f66bdcd50d1057d539 +checksum=bd96e16143a044b19e87f217cf6a3763a70c561d1076aad6f6d862ec41774a31 pre_build() { sed -e 's|^\(encodings_DATA = $(DATA_FILES)\).*|\1|' -i Makefile @@ -19,4 +19,5 @@ pre_build() { post_install() { # encodings.dir are generated at pkg post-install time. find ${DESTDIR} -name encodings.dir -delete + vlicense COPYING }