snooze: update to 0.5.
This commit is contained in:
parent
fa17c4a9b9
commit
98b05f2206
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'snooze'
|
# Template file for 'snooze'
|
||||||
pkgname=snooze
|
pkgname=snooze
|
||||||
version=0.4
|
version=0.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Run a command at a particular time"
|
short_desc="Run a command at a particular time"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="https://github.com/leahneukirchen/snooze"
|
homepage="https://github.com/leahneukirchen/snooze"
|
||||||
distfiles="https://github.com/leahneukirchen/snooze/archive/v${version}.tar.gz"
|
distfiles="https://github.com/leahneukirchen/snooze/archive/v${version}.tar.gz"
|
||||||
checksum=1d1dc49edb3a96ddc6411b19e40e665dae47489fcc73465dd254e31816ca8eb0
|
checksum=d63fde85d9333188bed5996baabd833eaa00842ce117443ffbf8719c094be414
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
make -C sv install DESTDIR="$DESTDIR"
|
make -C sv install DESTDIR="$DESTDIR"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue