sc-im: update to 0.8.3.

This commit is contained in:
Leah Neukirchen 2023-01-13 16:45:41 +01:00
parent c9b7508168
commit 477dc9c9c2
1 changed files with 4 additions and 4 deletions

View File

@ -1,20 +1,20 @@
# Template file for 'sc-im'
pkgname=sc-im
version=0.8.2
revision=4
version=0.8.3
revision=1
build_wrksrc="src"
build_style=gnu-makefile
make_build_args="CFLAGS+=-DXLS LDLIBS+=-lxlsreader"
hostmakedepends="bison pkg-config gnuplot which"
makedepends="libxls-devel libxlsxwriter-devel libxml2-devel libzip-devel
lua51-devel ncurses-devel"
lua54-devel ncurses-devel"
depends="less"
short_desc="SpreadSheet Calculator (sc) Improvised"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-4-Clause"
homepage="https://github.com/andmarti1424/sc-im/"
distfiles="https://github.com/andmarti1424/${pkgname}/archive/v${version}.tar.gz"
checksum=7f00c98601e7f7709431fb4cbb83707c87016a3b015d48e5a7c2f018eff4b7f7
checksum=5568f9987b6d26535c0e7a427158848f1bc03d829f74e41cbcf007d8704e9bd3
post_extract() {
vsed -i -e 's/lua51/lua5.1/g' \