summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGavin lyons2017-04-14 23:17:00 +0100
committerGavin lyons2017-04-14 23:17:00 +0100
commit920c759d0906fc26201ce5d6d11711d6245d80e9 (patch)
tree00437e4818c213b4b81c011e443677e616c59071 /PKGBUILD
parentcaa8d18da56fed97ee2b76627ac8256db513574a (diff)
downloadaur-920c759d0906fc26201ce5d6d11711d6245d80e9.tar.gz
Version 3.6-7 changelog/release notes for detail
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 975559cfa596..5e6bcc9e1e4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: gavin lyons <glyons66@hotmail.com>
# https://github.com/gavinlyonsrepo/cylon
pkgname=cylon
-pkgver=3.5
-pkgrel=6
+pkgver=3.6
+pkgrel=7
pkgdesc="Updates, Maintenance, backup and system checks in a menu driven Bash script"
-depends=('dialog')
+depends=('dialog' 'expac')
arch=('any')
url="https://github.com/gavinlyonsrepo/cylon"
license=('GPL')
@@ -30,7 +30,7 @@ optdepends=(
)
source=("https://github.com/gavinlyonsrepo/cylon/archive/$pkgver.tar.gz")
-md5sums=('59485498e0045e15cdfcbeee8da68911')
+md5sums=('7df9292ff812b98b97f803ff816c1804')
package() {
cd "$srcdir/${pkgname}-${pkgver}"
install -D -m755 Cylon.sh "$pkgdir"/usr/bin/"${pkgname}"