diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-06-05 02:13:26 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-06-05 02:13:26 -0300 |
commit | 57169bc8e3a6f86cdf98eddf239a169940fa46f3 (patch) | |
tree | f4af072829e06832c140635b1157dc6d055020e6 | |
parent | 1c6fcb35d5354690fabc28307343130ed1ce7178 (diff) |
xchat-libre-2.8.8-14: rebuild against perl 5.20 and remove !libtool
-rw-r--r-- | libre/xchat-libre/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libre/xchat-libre/PKGBUILD b/libre/xchat-libre/PKGBUILD index 1214dc947..50bee2561 100644 --- a/libre/xchat-libre/PKGBUILD +++ b/libre/xchat-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 186065 2013-05-20 20:17:32Z eric $ +# $Id: PKGBUILD 213744 2014-05-28 22:09:31Z eric $ # Maintainer (Arch): Eric Bélanger <eric@archlinux.org> # Maintainer (ConnochaetOS): Henry Jensen <hjensen@connochaetos.org> # Maintainer: André Silva <emulatorman@parabola.nu> @@ -6,7 +6,7 @@ _pkgname=xchat pkgname=xchat-libre pkgver=2.8.8 -pkgrel=13 +pkgrel=14 pkgdesc="A GTK+ based IRC client, without nonfree browser reference" arch=('i686' 'x86_64' 'mips64el') url="http://www.xchat.org/" @@ -18,7 +18,6 @@ depends=('gtk2' 'openssl' 'dbus-glib' 'libnotify' 'hicolor-icon-theme') makedepends=('tcl' 'perl' 'python2' 'librsvg') optdepends=('enchant: for spell checking support' 'tcl: for tcl plugin' 'python2: for python plugin') -options=('!libtool') install=xchat.install source=(http://www.xchat.org/files/source/${pkgver%.*}/${_pkgname}-${pkgver}.tar.xz http://xchat.org/files/icons/xchat-svg.tar.bz2 |