[arch-commits] CVS update of extra/network/pidgin (PKGBUILD)
Dan McGee
dan at archlinux.org
Sun May 27 16:31:40 UTC 2007
Date: Sunday, May 27, 2007 @ 12:31:40
Author: dan
Path: /home/cvs-extra/extra/network/pidgin
Modified: PKGBUILD (1.4 -> 1.5)
upgpkg: pidgin 2.0.1-1
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Index: extra/network/pidgin/PKGBUILD
diff -u extra/network/pidgin/PKGBUILD:1.4 extra/network/pidgin/PKGBUILD:1.5
--- extra/network/pidgin/PKGBUILD:1.4 Wed May 16 15:52:24 2007
+++ extra/network/pidgin/PKGBUILD Sun May 27 12:31:39 2007
@@ -1,9 +1,10 @@
-# $Id: PKGBUILD,v 1.4 2007/05/16 19:52:24 jgc Exp $
+# $Id: PKGBUILD,v 1.5 2007/05/27 16:31:39 dan Exp $
# Contributor: Lucien Immink <l.immink at student.fnt.hvu.nl>
# Maintainer: Dan McGee <dan at archlinux.org>
+
pkgname=pidgin
-pkgver=2.0.0
-pkgrel=3
+pkgver=2.0.1
+pkgrel=1
pkgdesc="A GTK+-based messaging client"
arch=(i686 x86_64)
license=('GPL')
@@ -15,13 +16,12 @@
provides=('gaim')
options=(!libtool)
install=pidgin.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
- http://www.linuxpowertop.org/patches/pidgin-2.0.0.patch)
-md5sums=('132355d7e236d9c2820a2668621eef43' '1ada331e139d1de00c0a0cbe832f731b')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('51062e232c1ba5429d8be43623983fdf')
+sha1sums=('1b88284bbe89300a4c7227b4ea0a6f907d36dea3')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
- patch -Np1 -i ${startdir}/src/pidgin-2.0.0.patch || return 1
#Get rid of gconf, we don't want it!
sed -i -e 's/gconftool-2/no/g' configure.ac
More information about the arch-commits
mailing list