diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-28 18:32:11 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:43 +0200 |
commit | 391d641172e73c89e781ba1aeb87a700edff6cba (patch) | |
tree | 8a3566100bfea67054822979086c7750ac846864 | |
parent | 41cb26b8dcfaf66f1b0037589e0f006a2c81dbf6 (diff) | |
download | pkgbuilds-391d641172e73c89e781ba1aeb87a700edff6cba.tar.xz |
weechat: wgops, update optdepends too
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ # Generated by makepkg 4.2.1 -# Mon Jun 1 14:56:08 UTC 2015 +# Mon Jun 1 14:56:09 UTC 2015 pkgbase = weechat-git pkgdesc = Fast, light & extensible IRC client (curses UI) pkgver = 1.0.r77.gf91f57f @@ -21,7 +21,7 @@ pkgbase = weechat-git depends = ncurses-git depends = libgcrypt optdepends = perl - optdepends = python2 + optdepends = python optdepends = lua optdepends = tcl optdepends = ruby @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') license=('GPL3') depends=('gnutls' 'ncurses-git' 'libgcrypt') -optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell') +optdepends=('perl' 'python' 'lua' 'tcl' 'ruby' 'aspell') makedepends=('git' 'cmake' 'pkgconfig' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell') provides=('weechat') |