summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64e9ec1be860..94f1e01b1429 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,6 +21,7 @@ pkgbase = bunsen-openbox-pipemenus-git
depends = lua-penlight
depends = lua-posix-git
depends = lua-socket
+ depends = bunsen-utilities
provides = bunsen-openbox-pipemenus
conflicts = bunsen-openbox-pipemenus
source = bunsen-openbox-pipemenus-git::git+https://github.com/BunsenLabs/bunsen-pipemenus.git#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index 758f9ebbfa28..d97f61345d07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Collection of Openbox pipemenus from BunsenLabs Linux"
arch=('any')
url="https://github.com/BunsenLabs/bunsen-pipemenus"
license=('GPL3')
-depends=('openbox' 'bunsen-common-git' 'zenity' 'wget' 'curl' 'compton' 'tar' 'python' 'python-paramiko' 'mesa' 'lua' 'lua-expat' 'lua-penlight' 'lua-posix-git' 'lua-socket')
+depends=('openbox' 'bunsen-common-git' 'zenity' 'wget' 'curl' 'compton' 'tar' 'python' 'python-paramiko' 'mesa' 'lua' 'lua-expat' 'lua-penlight' 'lua-posix-git' 'lua-socket' 'bunsen-utilities')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")