diff options
| author | mutantturkey <crazycal00@gmail.com> | 2010-06-12 03:52:35 -0400 | 
|---|---|---|
| committer | mutantturkey <crazycal00@gmail.com> | 2010-06-12 03:52:35 -0400 | 
| commit | b50ff756bb85a44f6faa6df015abbf134189dade (patch) | |
| tree | 005011b6814b6638096505e1edc55094db84edfd | |
| parent | ec2ac16ef68a665d19ba46d4c1893eb485df2399 (diff) | |
added sponge as a depend
| -rw-r--r-- | PKGBUILD | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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') | 
