ts: update to 1.0.1.
This commit is contained in:
parent
6f143a45fa
commit
0b707b530b
1 changed files with 5 additions and 5 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'ts'
|
||||
pkgname=ts
|
||||
version=1.0
|
||||
revision=2
|
||||
version=1.0.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="A simple unix task spool system"
|
||||
short_desc="Simple unix task spool system"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-only"
|
||||
homepage="http://vicerveza.homeunix.net/~viric/soft/ts/"
|
||||
distfiles="http://vicerveza.homeunix.net/~viric/soft/ts/${pkgname}-${version}.tar.gz"
|
||||
checksum=4f53e34fff0bb24caaa44cdf7598fd02f3e5fa7cacaea43fa0d081d03ffbb395
|
||||
checksum=f41ef307b0b9c7424398813b9c6e39d37a970831071e301842ba4b1145d56278
|
||||
|
||||
do_install() {
|
||||
make PREFIX="$DESTDIR/usr" install
|
||||
|
|
Loading…
Reference in a new issue