gohufont: update to 2.1.

This commit is contained in:
Michael Gehring 2016-06-01 08:38:44 +02:00
parent 8a302e6b9f
commit 3bff95b35d
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'gohufont'
pkgname=gohufont
version=2.0
version=2.1
revision=1
noarch="yes"
makedepends="font-util"
@ -11,12 +11,12 @@ maintainer='Juan RP <xtraeme@voidlinux.eu>'
license="WTFPL"
homepage="http://font.gohu.org/"
distfiles="http://font.gohu.org/${pkgname}-${version}.tar.gz"
checksum=fa2c1b625056e20199dcf9b7f1f73750b101bc6a789b297ebca2d421b73b286e
checksum=758d62c9350d51ae3738aff4bbcefa9ea6d173baf5b169232c895b6de3a1ba81
do_install() {
for f in *.pcf.gz; do
vinstall "$f" 644 usr/share/fonts/misc
done
vlicense COPYING-LICENSE
vdoc README
vdoc README.md
}