summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheCynicalLiger2020-06-01 20:11:56 +0100
committerTheCynicalLiger2020-06-01 20:11:56 +0100
commit4b3cc7ae8251d22a191a8b257a14b45bb471add8 (patch)
treefdbe670a125bbaabc64b29e9395aeb2e054dbfb8
parentcd7dd69406e337e200a093178793b423de40ffe7 (diff)
downloadaur-4b3cc7ae8251d22a191a8b257a14b45bb471add8.tar.gz
Update depends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82ec82b8c6cd..f535562e7c8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = multimonitorlock
arch = any
license = GNU General Public License v3.0
depends = i3lock-color
+ depends = multimonitorlock-gui
depends = imagemagick
depends = xorg-xrandr
depends = xorg-xdpyinfo
@@ -19,3 +20,4 @@ pkgbase = multimonitorlock
md5sums = SKIP
pkgname = multimonitorlock
+
diff --git a/PKGBUILD b/PKGBUILD
index e4dfa8a2d519..d09b94be8e80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A simple lock script for i3lock-color"
arch=('any')
url="https://github.com/TheCynicalTeam/${_pkgname}"
license=('GNU General Public License v3.0')
-depends=('i3lock-color' 'imagemagick' 'xorg-xrandr' 'xorg-xdpyinfo' 'bc')
+depends=('i3lock-color' 'multimonitorlock-gui' 'imagemagick' 'xorg-xrandr' 'xorg-xdpyinfo' 'bc')
optdepends=('feh: Allows setting wallpaper')
conflicts=('multilockscreen-git' 'betterlockscreen' 'betterlockscreen-git')
source=("git+https://github.com/TheCynicalTeam/${_pkgname}.git")