diff options
-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 841d93ca881e..202ca2fd330a 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 ;; |