aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormutantturkey <crazycal00@gmail.com>2010-06-12 03:52:35 -0400
committermutantturkey <crazycal00@gmail.com>2010-06-12 03:52:35 -0400
commitb50ff756bb85a44f6faa6df015abbf134189dade (patch)
tree005011b6814b6638096505e1edc55094db84edfd
parentec2ac16ef68a665d19ba46d4c1893eb485df2399 (diff)
added sponge as a depend
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef69f80..c9a0caa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="sb - a simple tabbed webkit browser, aims to suckless, while still bein
arch=('i686' 'x86_64')
url="http://github.com/mutantturkey/sb/"
license=('GPL' 'MIT/X')
-depends=('gtk2' 'libwebkit' 'dmenu-vertical')
+depends=('gtk2' 'libwebkit' 'dmenu-vertical' 'moreutils')
makedepends=('git')
provides=('sb')
conflicts=('sb')