summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6bca6d062709..3a5e9044ebc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgdesc="Maintenance , backup and system checks in a menu driven Bash script"
arch=('any')
url="https://github.com/gavinlyonsrepo/cylon"
license=('GPL')
+makedepends=('git')
optdepends=(
'cower: AUR package for AUR work'
'gdrive: AUR package for google drive backup'
@@ -28,4 +29,3 @@ package() {
install -D -m644 Readme.md "$HOME"/.config/cylon/cylonReadme.md
install -D -m644 License.md "$pkgdir/usr/share/licenses/${pkgname}/License.md"
}
-