Date: Saturday, February 3, 2018 @ 16:01:10 Author: lfleischer Revision: 315810
upgpkg: ttf-hack 3.002-1 Upstream update. Modified: ttf-hack/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-02-03 14:46:55 UTC (rev 315809) +++ PKGBUILD 2018-02-03 16:01:10 UTC (rev 315810) @@ -3,7 +3,7 @@ # Contributor: Peter Hoeg <[email protected]> pkgname=ttf-hack -pkgver=3.000 +pkgver=3.002 pkgrel=1 pkgdesc='A hand groomed and optically balanced typeface based on Bitstream Vera Mono.' arch=('any') @@ -11,7 +11,7 @@ url="http://sourcefoundry.org/hack/" depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils') source=("https://github.com/source-foundry/Hack/releases/download/v${pkgver}/Hack-v${pkgver}-ttf.tar.xz") -sha256sums=('2237f89b9e0b884f1f72e4804d8cd689f00d521078882df4759cfe354808ba29') +sha256sums=('1d0bee4dc4b664a68a2c16cee6f037380471c22794cdad91ec9a8319b0aefcf4') package() { install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" "$srcdir"/Hack-*.ttf
