aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-28 18:32:11 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:43 +0200
commit391d641172e73c89e781ba1aeb87a700edff6cba (patch)
tree8a3566100bfea67054822979086c7750ac846864
parent41cb26b8dcfaf66f1b0037589e0f006a2c81dbf6 (diff)
downloadpkgbuilds-391d641172e73c89e781ba1aeb87a700edff6cba.tar.xz
weechat: wgops, update optdepends too
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93646b2..1ba3749 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index bb1df50..683b9d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')