From d6586062017f5b1a894f5ab77f3cff6e162f31bf Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 11 Mar 2019 11:23:12 -0300 Subject: [PATCH] tewi-font: fix noarch= --- srcpkgs/tewi-font/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/tewi-font/template b/srcpkgs/tewi-font/template index 3decec89ff..49e301745d 100644 --- a/srcpkgs/tewi-font/template +++ b/srcpkgs/tewi-font/template @@ -1,18 +1,19 @@ # Template file for 'tewi-font' pkgname=tewi-font version=2.0.2 -revision=1 -noarch="yes" -depends="font-util" +revision=2 +archs=noarch hostmakedepends="bdftopcf python3" -font_dirs="/usr/share/fonts/misc" +depends="font-util xbps-triggers" short_desc="Programming monospace bitmap font" maintainer='Adrian Siekierka ' license="MIT" -homepage="http://github.com/lucy/tewi-font" +homepage="https://github.com/lucy/tewi-font" distfiles="https://github.com/lucy/tewi-font/archive/${version}.tar.gz" checksum=ab75f32942424fadbd20cfc3fae264ec0f11cfe908aab9d1385840bee2831830 +font_dirs="/usr/share/fonts/misc" + do_build() { make }