diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-19 10:15:11 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-19 10:15:11 -0300 |
commit | 4255b0aec5bcee0728d312531df99cc9a6e5ba08 (patch) | |
tree | 9cc60e9b2dce5800b57651ea5b5989381530c9de /extra/weechat/PKGBUILD | |
parent | 9e30cea6b8a2e90fd8958ca1f773e3a382179763 (diff) | |
parent | 705d29694fd61c47a57ccec531e73d87a2960021 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/lxsession/PKGBUILD
community/uzbl/PKGBUILD
extra/boost/PKGBUILD
extra/calligra/PKGBUILD
extra/gnutls/PKGBUILD
extra/lapack/PKGBUILD
extra/libcap-ng/PKGBUILD
extra/php/PKGBUILD
extra/plotutils/PKGBUILD
extra/qt/PKGBUILD
extra/webkitgtk/PKGBUILD
Diffstat (limited to 'extra/weechat/PKGBUILD')
-rw-r--r-- | extra/weechat/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/weechat/PKGBUILD b/extra/weechat/PKGBUILD index f3795255d..f647530b6 100644 --- a/extra/weechat/PKGBUILD +++ b/extra/weechat/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 170788 2012-11-11 10:32:52Z giovanni $ +# $Id: PKGBUILD 171536 2012-11-18 15:48:02Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: lucke <lucke at o2 dot pl> pkgname=weechat -pkgver=0.3.9.1 +pkgver=0.3.9.2 pkgrel=1 pkgdesc="Fast, light and extensible IRC client (curses UI)" arch=('i686' 'x86_64' 'mips64el') @@ -14,7 +14,7 @@ makedepends=('cmake' 'pkgconfig' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell') optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell') options=('!libtool') source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2") -md5sums=('d26ddba44715da27c9df51ac87e8ce5b') +md5sums=('636e96a62e60155f3b9769905d9912b9') build() { cd "${srcdir}/${pkgname}-${pkgver}" |