Fixed default verbosity
This commit is contained in:
parent
d77deaa28e
commit
db8a4b179b
7
PKGBUILD
7
PKGBUILD
@ -1,15 +1,15 @@
|
|||||||
# Maintainer: Matthias Quintern <matthiasqui@protonmail.com>
|
# Maintainer: Matthias Quintern <matthiasqui@protonmail.com>
|
||||||
pkgname=msynk
|
pkgname=msynk
|
||||||
pkgver=1.2
|
pkgver=1.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="rsync helper that supports encryption and presets"
|
pkgdesc="rsync helper that supports encryption (through mkrypt) and presets"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https:/github.com/MatthiasQuintern/msynk"
|
url="https:/github.com/MatthiasQuintern/msynk"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=('rsync')
|
depends=('rsync')
|
||||||
optdepends=('mkrypt: for encryption')
|
optdepends=('mkrypt: for encryption')
|
||||||
source=(msynk.sh _msynk.compdef.zsh msynk.1.man template)
|
source=(msynk.sh _msynk.compdef.zsh msynk.1.man template)
|
||||||
md5sums=(30bea7bea4d27d00a4ea49f3431b090f 8398678146d9f8a5669e8b788502b3b8 d089828a93bf8e4ffd9051d8ea756ab8 492028aa2f08528f1d476376884959b2)
|
md5sums=(1c9a807605d9f156997f720d07649f80 8398678146d9f8a5669e8b788502b3b8 d089828a93bf8e4ffd9051d8ea756ab8 492028aa2f08528f1d476376884959b2)
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
mkdir -p "${pkgdir}/usr/bin"
|
mkdir -p "${pkgdir}/usr/bin"
|
||||||
@ -30,4 +30,3 @@ package() {
|
|||||||
chmod +x "${pkgdir}/usr/share/zsh/site-functions/_msynk"
|
chmod +x "${pkgdir}/usr/share/zsh/site-functions/_msynk"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
msynk.sh
|
|
||||||
|
Loading…
Reference in New Issue
Block a user