spt: update to 0.6

This commit is contained in:
Ivan Tham 2020-11-07 00:44:12 +08:00 committed by Đoàn Trần Công Danh
parent 49eecd01bf
commit 3a520ea52d

View file

@ -1,7 +1,7 @@
# Template file for 'spt' # Template file for 'spt'
pkgname=spt pkgname=spt
version=0.4 version=0.6
revision=1 revision=0
short_desc="Simple pomodoro timer" short_desc="Simple pomodoro timer"
maintainer="Inokentiy Babushkin <inokentiy.babushkin@googlemail.com>" maintainer="Inokentiy Babushkin <inokentiy.babushkin@googlemail.com>"
license="ISC" license="ISC"
@ -10,10 +10,9 @@ makedepends="libnotify-devel glib-devel"
build_style="gnu-makefile" build_style="gnu-makefile"
homepage="https://github.com/pickfire/spt" homepage="https://github.com/pickfire/spt"
distfiles="https://github.com/pickfire/${pkgname}/archive/${version}.tar.gz" distfiles="https://github.com/pickfire/${pkgname}/archive/${version}.tar.gz"
checksum=b0d0871085a472bdaaf16359765ba4bb3f2d35aeefcc7f737f1bf8d186a02dd6 checksum=7ca59ad833f86fc41c1cad3d0835b8ce64682a33cc27a22c042a7e7bd09ab582
do_build() { do_build() {
sed -i 's/CPPFLAGS =/CPPFLAGS +=/g' config.mk
make CC=$CC ${makejobs} make CC=$CC ${makejobs}
} }