Changeset 9593197 for pkgmngt


Ignore:
Timestamp:
07/06/2020 05:20:06 AM (4 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
5a965ad
Parents:
d5a739a
Message:

Remove special cases for vim and tidy in packInstall.sh.pacman

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pkgmngt/packInstall.sh.pacman

    rd5a739a r9593197  
    1515case $PCKGVRS in
    1616  expect*|tcl*) local VERSION=$(echo $PCKGVRS | sed 's/^[^0-9]*//') ;;
    17   vim*|unzip*) local VERSION=$(echo $PCKGVRS | sed 's/^[^0-9]*\([0-9]\)\([0-9]\)/\1.\2/') ;;
    18   tidy*) local VERSION=$(echo $PCKGVRS | sed 's/^[^0-9]*\([0-9]*\)/\1cvs/') ;;
     17  unzip*) local VERSION=$(echo $PCKGVRS | sed 's/^[^0-9]*\([0-9]\)\([0-9]\)/\1.\2/') ;;
    1918  docbook-xml) local VERSION=4.5 ;;
    2019  *) local VERSION=$(echo ${PCKGVRS} | sed 's/^.*[-_]\([0-9]\)/\1/' |
Note: See TracChangeset for help on using the changeset viewer.