From 0ecfb8ea0a32ab304141c7825910f46463645a8e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 18 Mar 2021 09:35:39 +0100 Subject: [PATCH] sc-im: update to 0.8.0. --- srcpkgs/sc-im/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/sc-im/template b/srcpkgs/sc-im/template index 1ef1fe898a7..1ef52b95e70 100644 --- a/srcpkgs/sc-im/template +++ b/srcpkgs/sc-im/template @@ -1,7 +1,7 @@ # Template file for 'sc-im' pkgname=sc-im -version=0.7.0 -revision=4 +version=0.8.0 +revision=1 build_wrksrc="src" build_style=gnu-makefile make_build_args="prefix=/usr CFLAGS+=-DXLS LDLIBS+=-lxlsreader" @@ -14,9 +14,7 @@ maintainer="Leah Neukirchen " license="BSD-4-Clause" homepage="https://github.com/andmarti1424/sc-im/" distfiles="https://github.com/andmarti1424/${pkgname}/archive/v${version}.tar.gz" -checksum=87225918cb6f52bbc068ee6b12eaf176c7c55ba9739b29ca08cb9b6699141cad - -CFLAGS="-fcommon" +checksum=ba65b3936a21ae65b19d99a4cfbb69bb57d8b00880f0781fb620e8857bc498db post_extract() { vsed -i -e 's/lua51/lua5.1/g' \