diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2020-01-03 02:47:44 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2020-01-03 02:47:44 -0600 |
commit | 1830491b77fd4db41c2e0ce60bd69b6117c69698 (patch) | |
tree | 2b54c16d1a254ab5e40495590c29e8107154e395 | |
parent | cb22f20d7b4e44f2ac1ebcf302c932485dce4ccc (diff) | |
download | slackbuilds-1830491b77fd4db41c2e0ce60bd69b6117c69698.tar.gz |
system/pixma: Fixed VERSION in build script
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | system/pixma/pixma.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
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 ;; |