snooze: update to 0.4.

This commit is contained in:
Leah Neukirchen 2020-02-07 15:18:38 +01:00
parent 6b4951d414
commit 3116a64380

View file

@ -1,11 +1,15 @@
# Template file for 'snooze'
pkgname=snooze
version=0.3
revision=2
version=0.4
revision=1
build_style=gnu-makefile
short_desc="Run a command at a particular time"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Public Domain"
homepage="https://github.com/leahneukirchen/snooze"
distfiles="https://github.com/leahneukirchen/snooze/archive/v${version}.tar.gz"
checksum=92c404b860b2c60c6d8781e7b1ef85d8e0f40f23b5ff42f1cf4ba469f76e3ae9
checksum=1d1dc49edb3a96ddc6411b19e40e665dae47489fcc73465dd254e31816ca8eb0
post_install() {
make -C sv install DESTDIR="$DESTDIR"
}