aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-09-22 17:08:34 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:43 +0200
commit309d98e9bf1ab77804a669460d2b3e14d7875d50 (patch)
tree0a2c20430741bec8a31ada741c223ffaf42141dc /PKGBUILD
parent7cafca75445a3f2687f34e45afc5d0e562f84498 (diff)
downloadpkgbuilds-309d98e9bf1ab77804a669460d2b3e14d7875d50.tar.xz
weechat-git: Depend on ncurses-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 078f9d7..5c37ea6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=weechat-git
-pkgver=1.0.r67.g6a118ce
+pkgver=1.0.r77.gf91f57f
pkgrel=1
pkgdesc="Fast, light & extensible IRC client (curses UI)"
@@ -7,7 +7,7 @@ url="http://www.weechat.org/"
arch=('i686' 'x86_64')
license=('GPL3')
-depends=('gnutls' 'ncurses' 'libgcrypt')
+depends=('gnutls' 'ncurses-git' 'libgcrypt')
optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')
makedepends=('git' 'cmake' 'pkgconfig' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')