pp: update to 1.0.7

This commit is contained in:
Paper 2020-07-08 14:12:06 +02:00 committed by Piotr
parent 8a40271023
commit 2640879d04
1 changed files with 4 additions and 5 deletions

View File

@ -1,16 +1,15 @@
# Template file for 'pp'
pkgname=pp
version=1.0.3
version=1.0.7
revision=1
wrksrc="${pkgname}"
build_style=gnu-makefile
short_desc="Simple preprocessor"
maintainer='Michal V <michal@pmsdev.tk>'
maintainer="Paper <paper@tilde.institute>"
license="ISC"
homepage="https://mkws.sh/pp.html"
distfiles="https://mkws.sh/pp/pp@${version}.tgz"
checksum=0e362033132aeee21648f11e79c077399f687e7a0ab5ca0444e644638e63138b
wrksrc="${pkgname}"
checksum=c28944739e8b316ef697f75827cee17459a87be54a77e80f6b329342f154a300
do_build() {
make CC="$CC" LDFLAGS="$LDFLAGS" CFLAGS="$CFLAGS"