summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheCynicalLiger2021-01-19 11:27:11 +0000
committerTheCynicalLiger2021-01-19 11:27:11 +0000
commit246979c92b9bd03433d88400635e42565fa94dc8 (patch)
treea9e05e9115195244adb6ed33fc98c7ddb55004ac
parent07c169b4974790cf5559863660860cc4fa1d24ce (diff)
downloadaur-246979c92b9bd03433d88400635e42565fa94dc8.tar.gz
added bash depends
-rw-r--r--.SRCINFO1
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d0b5f6eae17..d69bffc96320 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = multimonitorlock
depends = xorg-xrandr
depends = xorg-xdpyinfo
depends = bc
+ depends = bash
optdepends = feh: Allows setting wallpaper
optdepends = multimonitorlock-gui: Allows the background to be changed
conflicts = multilockscreen-git
diff --git a/.gitignore b/.gitignore
index 07b96b49345c..28bbebc353ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
src/*
pkg/*
+*.sh
diff --git a/PKGBUILD b/PKGBUILD
index 7d252c80186f..dbbc69e38bcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A simple lock script for i3lock-color"
arch=('any')
url="https://github.com/TheCynicalTeam/${pkgname}"
license=('CC BY-NC-SA 4.0')
-depends=('i3lock-color' 'imagemagick' 'xorg-xrandr' 'xorg-xdpyinfo' 'bc')
+depends=('i3lock-color' 'imagemagick' 'xorg-xrandr' 'xorg-xdpyinfo' 'bc' 'bash')
optdepends=('feh: Allows setting wallpaper' 'multimonitorlock-gui: Allows the background to be changed')
makedepends=('git')
conflicts=('multilockscreen-git' 'betterlockscreen' 'betterlockscreen-git')