From 1830491b77fd4db41c2e0ce60bd69b6117c69698 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Fri, 3 Jan 2020 02:47:44 -0600 Subject: system/pixma: Fixed VERSION in build script Signed-off-by: Robby Workman --- system/pixma/pixma.SlackBuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'system') diff --git a/system/pixma/pixma.SlackBuild b/system/pixma/pixma.SlackBuild index 841d93ca88..202ca2fd33 100644 --- a/system/pixma/pixma.SlackBuild +++ b/system/pixma/pixma.SlackBuild @@ -23,12 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pixma -SRCNAM=cnijfilter-source -SRCVERSION=${SRCVERSION:-4.00-1} -VERSION=${SRCVERSION/-/.} +VERSION=4.00.1 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +SRCNAM=cnijfilter-source +SRCVERSION=${SRCVERSION:-4.00-1} + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; -- cgit v1.2.3