[arch-commits] Commit in hexchat/trunk (PKGBUILD)
Maxime Gauduin
alucryd at nymeria.archlinux.org
Mon Mar 17 10:06:48 UTC 2014
Date: Monday, March 17, 2014 @ 11:06:48
Author: alucryd
Revision: 107420
py3.4: hexchat 2.9.6.1-2
Modified:
hexchat/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-03-17 10:03:10 UTC (rev 107419)
+++ PKGBUILD 2014-03-17 10:06:48 UTC (rev 107420)
@@ -4,10 +4,10 @@
pkgname=hexchat
pkgver=2.9.6.1
-pkgrel=1
-pkgdesc="A popular and easy to use graphical IRC (chat) client"
+pkgrel=2
+pkgdesc='A popular and easy to use graphical IRC (chat) client'
arch=('i686' 'x86_64')
-url="http://hexchat.github.io/"
+url='http://hexchat.github.io/'
license=('GPL')
depends=('dbus-glib' 'desktop-file-utils' 'hicolor-icon-theme' 'libcanberra' 'libnotify' 'libproxy' 'libsexy' 'pciutils')
makedepends=('perl' 'python')
@@ -21,7 +21,7 @@
build() {
cd ${pkgname}-${pkgver}
- ./configure --prefix='/usr' --enable-{python='python3',shm,spell='libsexy',textfe}
+ ./configure --prefix='/usr' --enable-{python='python3.4',shm,spell='libsexy',textfe}
make
}
@@ -28,7 +28,7 @@
package() {
cd ${pkgname}-${pkgver}
- make DESTDIR="$pkgdir" install
+ make DESTDIR="${pkgdir}" install
}
# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list