summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGavin lyons2017-04-15 16:43:49 +0100
committerGavin lyons2017-04-15 16:43:49 +0100
commit4f93ae5b468167b718015e3aedc2c218b6d0e9c6 (patch)
tree30822b824877b4bb4c9273f2f77e554ab62273ca /PKGBUILD
parent920c759d0906fc26201ce5d6d11711d6245d80e9 (diff)
downloadaur-4f93ae5b468167b718015e3aedc2c218b6d0e9c6.tar.gz
Version 3.6.1-8 Minor correction to v3.6-7 coredump option
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e6bcc9e1e4e..4d653b37ca0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: gavin lyons <glyons66@hotmail.com>
# https://github.com/gavinlyonsrepo/cylon
pkgname=cylon
-pkgver=3.6
-pkgrel=7
+pkgver=3.6.1
+pkgrel=8
pkgdesc="Updates, Maintenance, backup and system checks in a menu driven Bash script"
depends=('dialog' 'expac')
arch=('any')
@@ -30,7 +30,7 @@ optdepends=(
)
source=("https://github.com/gavinlyonsrepo/cylon/archive/$pkgver.tar.gz")
-md5sums=('7df9292ff812b98b97f803ff816c1804')
+md5sums=('586319deeae70e0b31c93ac328a6bd57')
package() {
cd "$srcdir/${pkgname}-${pkgver}"
install -D -m755 Cylon.sh "$pkgdir"/usr/bin/"${pkgname}"