Fixed default verbosity

This commit is contained in:
matthias@arch 2022-05-26 16:03:09 +02:00
parent d77deaa28e
commit db8a4b179b
2 changed files with 4 additions and 4 deletions

View File

@ -1,15 +1,15 @@
# Maintainer: Matthias Quintern <matthiasqui@protonmail.com>
pkgname=msynk
pkgver=1.2
pkgrel=1
pkgdesc="rsync helper that supports encryption and presets"
pkgrel=2
pkgdesc="rsync helper that supports encryption (through mkrypt) and presets"
arch=('any')
url="https:/github.com/MatthiasQuintern/msynk"
license=('GPL3')
depends=('rsync')
optdepends=('mkrypt: for encryption')
source=(msynk.sh _msynk.compdef.zsh msynk.1.man template)
md5sums=(30bea7bea4d27d00a4ea49f3431b090f 8398678146d9f8a5669e8b788502b3b8 d089828a93bf8e4ffd9051d8ea756ab8 492028aa2f08528f1d476376884959b2)
md5sums=(1c9a807605d9f156997f720d07649f80 8398678146d9f8a5669e8b788502b3b8 d089828a93bf8e4ffd9051d8ea756ab8 492028aa2f08528f1d476376884959b2)
package() {
mkdir -p "${pkgdir}/usr/bin"
@ -30,4 +30,3 @@ package() {
chmod +x "${pkgdir}/usr/share/zsh/site-functions/_msynk"
fi
}
msynk.sh

View File

@ -232,6 +232,7 @@ fi
all=1
paths_2=()
v=1 # verbosity
while (( "$#" )); do
case "$1" in
-h|--help)