summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97bd77951236..83e0381ae705 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = cylon
url = https://github.com/gavinlyonsrepo/cylon
arch = any
license = GPL
+ depends = dialog
optdepends = cower: AUR package for AUR work
optdepends = gdrive: AUR package for google drive backup
optdepends = lostfiles: AUR package for finding lost files
diff --git a/PKGBUILD b/PKGBUILD
index a9788a105383..975559cfa596 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,6 +4,7 @@ pkgname=cylon
pkgver=3.5
pkgrel=6
pkgdesc="Updates, Maintenance, backup and system checks in a menu driven Bash script"
+depends=('dialog')
arch=('any')
url="https://github.com/gavinlyonsrepo/cylon"
license=('GPL')