summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin lyons2017-03-28 23:23:37 +0100
committerGavin lyons2017-03-28 23:23:37 +0100
commit4bca70043238ad191c0755959312fc2e9b4acdb8 (patch)
treebb7119d241e146628c5c1a9543b537728a86d885
parente4f5b39f9c88cca85afba9291926bbb26470a5e9 (diff)
downloadaur-4bca70043238ad191c0755959312fc2e9b4acdb8.tar.gz
Version 3.4-5 see changelog.md for details
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca93e4b65c90..fe7bcfedd83b 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 = 3.3
- pkgrel = 4
+ pkgver = 3.4
+ pkgrel = 5
url = https://github.com/gavinlyonsrepo/cylon
arch = any
license = GPL
@@ -23,8 +23,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/3.3.tar.gz
- md5sums = f05da78597244fbe232cb8579addba8c
+ source = https://github.com/gavinlyonsrepo/cylon/archive/3.4.tar.gz
+ md5sums = 51d901fff1edf21b3627379232dcb6c4
pkgname = cylon
diff --git a/PKGBUILD b/PKGBUILD
index b9db21d8f494..97f708d0daba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: gavin lyons <glyons66@hotmail.com>
# https://github.com/gavinlyonsrepo/cylon
pkgname=cylon
-pkgver=3.3
-pkgrel=4
+pkgver=3.4
+pkgrel=5
pkgdesc="Updates, Maintenance, backup and system checks in a menu driven Bash script"
arch=('any')
url="https://github.com/gavinlyonsrepo/cylon"
@@ -29,7 +29,7 @@ optdepends=(
)
source=("https://github.com/gavinlyonsrepo/cylon/archive/$pkgver.tar.gz")
-md5sums=('f05da78597244fbe232cb8579addba8c')
+md5sums=('51d901fff1edf21b3627379232dcb6c4')
package() {
cd "$srcdir/${pkgname}-${pkgver}"
install -D -m755 Cylon.sh "$pkgdir"/usr/bin/"${pkgname}"