From 559fea0068095e03f25a3853552e2c3ad331eee8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 20 Apr 2016 09:59:12 +0200 Subject: [PATCH] ffcall: do not use _version var (confuses xbps-checkvers). --- srcpkgs/ffcall/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/ffcall/template b/srcpkgs/ffcall/template index 984c30e4848..911c06524f4 100644 --- a/srcpkgs/ffcall/template +++ b/srcpkgs/ffcall/template @@ -1,16 +1,16 @@ # Template file for 'ffcall' -pkgname="ffcall" -_version="1.10" -_cvsdate="20100619" -version="${_version}.${_cvsdate}" -revision=2 +pkgname=ffcall +_distver=1.10 +_cvsdate=20100619 +version="${_distver}.${_cvsdate}" +revision=3 wrksrc=ffcall build_style=gnu-configure short_desc="Libraries to build foreign function call interfaces in embedded interpreters" maintainer="Martin Riese " license="GPL3" homepage="http://www.gnu.org/software/libffcall" -distfiles="http://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${_version}+cvs${_cvsdate}.orig.tar.gz" +distfiles="http://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${_distver}+cvs${_cvsdate}.orig.tar.gz" checksum=b7fc792db00f060d97126cb7b43e1b882b47896273bd75bb5f9150949fcd6317 # won't work with parallel_build so just turn it off (thanks to JuanRP for the Hint)