Skip to content

Commit

Permalink
ttyplot: update to 1.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
MIvanchev committed Nov 19, 2023
1 parent 473377d commit 2c6d33f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions srcpkgs/ttyplot/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Template file for 'ttyplot'
pkgname=ttyplot
version=1.5
revision=1
version=1.5.2
revision=2

Check failure on line 4 in srcpkgs/ttyplot/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

revision should be set to 1 on update
build_style=gnu-makefile
makedepends="ncurses-devel ncurses-libtinfo-devel"
short_desc="Realtime plotting utility for terminal with data input from stdin"
maintainer="misuchiru03 <misuchiru03+void@gmail.com>"
license="Apache-2.0"
homepage="https://github.com/tenox7/ttyplot"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=c494c31e7808a6e3bf8e3c399024b9aeb7d77967db6008a62d110ad9ed1b8bec
checksum=a0279e55c1996133645437ccb02574c82d62f0baa9744065779b5667c1f1cb8d

do_install() {
vbin ttyplot
vman ttyplot.1
}

0 comments on commit 2c6d33f

Please sign in to comment.