[arch-commits] CVS update of extra/network/loudmouth (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Jun 17 15:48:21 UTC 2007


    Date: Sunday, June 17, 2007 @ 11:48:21
  Author: jgc
    Path: /home/cvs-extra/extra/network/loudmouth

Modified: PKGBUILD (1.19 -> 1.20)

upgpkg: loudmouth 1.2.3-1


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


Index: extra/network/loudmouth/PKGBUILD
diff -u extra/network/loudmouth/PKGBUILD:1.19 extra/network/loudmouth/PKGBUILD:1.20
--- extra/network/loudmouth/PKGBUILD:1.19	Sat Mar 17 19:18:45 2007
+++ extra/network/loudmouth/PKGBUILD	Sun Jun 17 11:48:21 2007
@@ -3,16 +3,17 @@
 # Contributor: Brice Carpentier <brice.carpentier at orange.fr>
 
 pkgname=loudmouth
-pkgver=1.2.1
+pkgver=1.2.3
 pkgrel=1
 pkgdesc="A lightweight Jabber client library written in C/Glib"
 arch=('i686' 'x86_64')
+license=('LGPL')
 url="http://developer.imendio.com/wiki/Loudmouth"
-depends=('glib2>=2.10.9' 'gnutls>=1.6.0' 'libidn')
-options=('nolibtool')
+depends=('glib2>=2.12.0' 'gnutls>=1.6.0' 'libidn')
+options=('!libtool')
 makedepends=('perlxml' 'pkgconfig')
-# source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.2/${pkgname}-${pkgver}.tar.bz2")
-source=("http://ftp.imendio.com/pub/imendio/loudmouth/src/${pkgname}-${pkgver}.tar.bz2") 
+source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.2/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('7e25b0e13498dcb671d60d0cd62091b8')
 
 build() {
     cd ${startdir}/src/${pkgname}-${pkgver}
@@ -22,4 +23,3 @@
     make || return 1
     make DESTDIR=${startdir}/pkg install
 }
-md5sums=('b9aa5ac29737644714ded6fcbff89137')




More information about the arch-commits mailing list