From 3a520ea52db63015198b823f8c813a736de937eb Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Sat, 7 Nov 2020 00:44:12 +0800 Subject: [PATCH] spt: update to 0.6 --- srcpkgs/spt/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/spt/template b/srcpkgs/spt/template index 02f27e9be2..e6139c88aa 100644 --- a/srcpkgs/spt/template +++ b/srcpkgs/spt/template @@ -1,7 +1,7 @@ # Template file for 'spt' pkgname=spt -version=0.4 -revision=1 +version=0.6 +revision=0 short_desc="Simple pomodoro timer" maintainer="Inokentiy Babushkin " license="ISC" @@ -10,10 +10,9 @@ makedepends="libnotify-devel glib-devel" build_style="gnu-makefile" homepage="https://github.com/pickfire/spt" distfiles="https://github.com/pickfire/${pkgname}/archive/${version}.tar.gz" -checksum=b0d0871085a472bdaaf16359765ba4bb3f2d35aeefcc7f737f1bf8d186a02dd6 +checksum=7ca59ad833f86fc41c1cad3d0835b8ce64682a33cc27a22c042a7e7bd09ab582 do_build() { - sed -i 's/CPPFLAGS =/CPPFLAGS +=/g' config.mk make CC=$CC ${makejobs} }