diff --git a/srcpkgs/glyphy/template b/srcpkgs/glyphy/template index 544db03d3f1..2c77ca3fb8a 100644 --- a/srcpkgs/glyphy/template +++ b/srcpkgs/glyphy/template @@ -1,8 +1,8 @@ # Template file for 'glyphy' pkgname=glyphy -version=0.0.20160104 -revision=3 -_gitrev=77bd0c223c1c35bbd50e2521d8769c557871f432 +version=0.0.20190307 +revision=1 +_gitrev=bc2da506d23bdaf3eb0d95c9649a4591b4d912c7 wrksrc="${pkgname}-${_gitrev}" build_style=gnu-configure hostmakedepends="automake libtool pkg-config" @@ -11,15 +11,15 @@ short_desc="Signed-distance-field (SDF) text renderer using OpenGL" maintainer="Jürgen Buchmüller " license="Apache-2.0" homepage="https://github.com/behdad/glyphy" -distfiles="https://codeload.github.com/behdad/glyphy/tar.gz/77bd0c223c1c35bbd50e2521d8769c557871f432>${pkgname}-${version}.tar.gz" -checksum=a1696df913a115cb9112c6b158cadebb4c9bd6a9c917d6ccbc4145a7118fc131 +distfiles="https://codeload.github.com/behdad/glyphy/tar.gz/${_gitrev}>${pkgname}-${version}.tar.gz" +checksum=821be957828215cbca8766b7be48983cccef7d578dcf90db0beffbb4be2715b0 pre_configure() { NOCONFIGURE=1 ./autogen.sh } post_configure() { - sed -i Makefile -e "s;SUBDIRS = src demo;SUBDIRS = src;" + vsed -i Makefile -e "s;SUBDIRS = src demo;SUBDIRS = src;" } glyphy-devel_package() {