Ver código fonte

Update for Saturnin v0.4.7

Alois Mahdal 8 anos atrás
pai
commit
da82f7d08a
3 arquivos alterados com 3 adições e 3 exclusões
  1. 1
    1
      packaging/debian/control
  2. 1
    1
      packaging/template.spec
  3. 1
    1
      src/complete.bash.skel

+ 1
- 1
packaging/debian/control Ver arquivo

10
 Architecture: all
10
 Architecture: all
11
 Depends:
11
 Depends:
12
  shellfu (>= 0.10.1),
12
  shellfu (>= 0.10.1),
13
- shellfu-bash-saturnin (>= 0.4.6)
13
+ shellfu-bash-saturnin (>= 0.4.7)
14
 Description: __MKIT_PROJ_TAGLINE__
14
 Description: __MKIT_PROJ_TAGLINE__
15
  saturnin is Shellfu library that helps you easily build toolkit from
15
  saturnin is Shellfu library that helps you easily build toolkit from
16
  various scripts that you may have lying around.  Instead of having a
16
  various scripts that you may have lying around.  Instead of having a

+ 1
- 1
packaging/template.spec Ver arquivo

9
 BuildArch:	noarch
9
 BuildArch:	noarch
10
 BuildRequires:	coreutils git
10
 BuildRequires:	coreutils git
11
 Requires:	shellfu >= 0.10.1
11
 Requires:	shellfu >= 0.10.1
12
-Requires:	shellfu-bash-saturnin >= 0.4.6
12
+Requires:	shellfu-bash-saturnin >= 0.4.7
13
 
13
 
14
 %description
14
 %description
15
 saturnin is Shellfu library that helps you easily build toolkit from
15
 saturnin is Shellfu library that helps you easily build toolkit from

+ 1
- 1
src/complete.bash.skel Ver arquivo

23
             ;;
23
             ;;
24
         *)
24
         *)
25
             COMPREPLY=(
25
             COMPREPLY=(
26
-                $(compgen -W "$(%s _ls_sc)" "${cur}")
26
+                $(compgen -W "$(%s --saturnin-get-subcommands)" "${cur}")
27
             )
27
             )
28
     esac
28
     esac
29
 }'
29
 }'