[arch-commits] Commit in hexchat/trunk (PKGBUILD)

Maxime Gauduin alucryd at nymeria.archlinux.org
Mon Jun 2 10:30:28 UTC 2014


    Date: Monday, June 2, 2014 @ 12:30:28
  Author: alucryd
Revision: 112452

upgpkg: hexchat 2.10.0-1

Modified:
  hexchat/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-02 09:51:01 UTC (rev 112451)
+++ PKGBUILD	2014-06-02 10:30:28 UTC (rev 112452)
@@ -3,25 +3,25 @@
 # Contributor: TingPing <tingping at tingping.se>
 
 pkgname=hexchat
-pkgver=2.9.6.1
-pkgrel=3
+pkgver=2.10.0
+pkgrel=1
 pkgdesc='A popular and easy to use graphical IRC (chat) client'
 arch=('i686' 'x86_64')
 url='http://hexchat.github.io/'
 license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'libcanberra' 'libnotify' 'libproxy' 'libsexy' 'pciutils')
-makedepends=('perl' 'python')
+depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'libcanberra' 'libnotify' 'libproxy' 'pciutils')
+makedepends=('intltool' 'iso-codes' 'perl' 'python')
 optdepends=('enchant: Spell check'
             'perl: Perl plugin'
             'python: Python plugin')
 install="${pkgname}.install"
 source=("http://dl.hexchat.net/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('6267ff3c4d0aec8a808365b384115a769d5001d99dbb10403634667c43966470')
+sha256sums=('a0247f1e12379154d0719d9c6861dc22817b588562653bb9d3626863d8eca916')
 
 build() {
   cd ${pkgname}-${pkgver}
 
-  ./configure --prefix='/usr' --enable-{python='python3.4',shm,spell='libsexy',textfe}
+  ./configure --prefix='/usr' --enable-{python='python3.4',textfe}
   make
 }
 




More information about the arch-commits mailing list