diff options
author | Gavin lyons | 2016-10-14 01:36:48 +0100 |
---|---|---|
committer | Gavin lyons | 2016-10-14 01:36:48 +0100 |
commit | fd42ced4d92526b1c44ca75d83e8cc2296f8dd6a (patch) | |
tree | d03f587ca6baf9f08fa81c59d90e3ab9ad04a3aa /PKGBUILD | |
parent | 1f2549c0888ad8741c3b7af97e1eff0095fd40cb (diff) | |
download | aur-fd42ced4d92526b1c44ca75d83e8cc2296f8dd6a.tar.gz |
version 2.3-2 various changes see changelog.md for details
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,8 +1,8 @@ # Maintainer: gavin lyons <glyons66@hotmail.com> # https://github.com/gavinlyonsrepo/cylon pkgname=cylon -pkgver=2.2 -pkgrel=1 +pkgver=2.3 +pkgrel=2 pkgdesc="Updates, Maintenance, backup and system checks in a menu driven Bash script" arch=('any') url="https://github.com/gavinlyonsrepo/cylon" @@ -17,9 +17,10 @@ optdepends=( 'bleachbit: used for system clean' 'gnu-netcat: used for checking network' 'ccrypt: used for encrypting' + 'rsync: used for backup' ) source=("https://github.com/gavinlyonsrepo/cylon/archive/$pkgver.tar.gz") -md5sums=('dc164e42ad8cc49008f3c0d705dc676a') +md5sums=('b3a4977ddd244dc41c3d1105b9736f7f') package() { cd "$srcdir/${pkgname}-${pkgver}" |