summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens John2015-09-02 13:04:50 +0200
committerJens John2015-09-02 13:04:50 +0200
commit41121fe23320340030b886a52833ee7c26065910 (patch)
treecfbcf337b83c29a1620b84cafa6bde28fbeade25
parentce628c5fe0061d20a49322c82ee76398c4af09bf (diff)
downloadaur-41121fe23320340030b886a52833ee7c26065910.tar.gz
Depend on bunsen-utilities
-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}")