summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin lyons2017-10-03 17:41:06 +0100
committerGavin lyons2017-10-03 17:41:06 +0100
commitf714a3dfed02855149667d2402c5acb399ebc1fc (patch)
tree285e3fbb3645f5911c5b7bfd4ba966ce60931d2a
parent59e96f86e1010e998f5adc38189a69a24a2ee6a4 (diff)
downloadaur-f714a3dfed02855149667d2402c5acb399ebc1fc.tar.gz
Version 4.3-4 see changlog.md for details
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ece0ec81f25..b66acf9518ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cylon
- pkgdesc = Updates, Maintenance, backup and system checks in a menu driven Bash script
- pkgver = 4.2
- pkgrel = 3
+ pkgdesc = Updates, Maintenance, backup and system checks in a menu driven TUI written in Bash
+ pkgver = 4.3
+ pkgrel = 4
url = https://github.com/gavinlyonsrepo/cylon
arch = any
license = GPL
@@ -25,8 +25,8 @@ pkgbase = cylon
optdepends = speedtest-cli: internet bandwidth
optdepends = lynis: system audit tool
optdepends = openbsd-netcat: used for checking network
- source = https://github.com/gavinlyonsrepo/cylon/archive/4.2.tar.gz
- md5sums = 93a5262264168879f7eae22a6d0f03d0
+ source = https://github.com/gavinlyonsrepo/cylon/archive/4.3.tar.gz
+ md5sums = c3ca20ebbb19dd758d3d8a30cd975cfd
pkgname = cylon
diff --git a/PKGBUILD b/PKGBUILD
index d410e4d96e4b..1c3723ea3be5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: gavin lyons <glyons66@hotmail.com>
# https://github.com/gavinlyonsrepo/cylon
pkgname=cylon
-pkgver=4.2
-pkgrel=3
-pkgdesc="Updates, Maintenance, backup and system checks in a menu driven Bash script"
+pkgver=4.3
+pkgrel=4
+pkgdesc="Updates, Maintenance, backup and system checks in a menu driven TUI written in Bash"
depends=('dialog' 'expac')
arch=('any')
url="https://github.com/gavinlyonsrepo/cylon"
@@ -30,7 +30,7 @@ optdepends=(
)
source=("https://github.com/gavinlyonsrepo/cylon/archive/$pkgver.tar.gz")
-md5sums=('93a5262264168879f7eae22a6d0f03d0')
+md5sums=('c3ca20ebbb19dd758d3d8a30cd975cfd')
package() {
cd "$srcdir/${pkgname}-${pkgver}"
install -D -m755 Cylon.sh "$pkgdir"/usr/bin/"${pkgname}"