[arch-commits] CVS update of extra/network/purple-plugin-pack (PKGBUILD)

Dan McGee dan at archlinux.org
Mon Nov 5 00:30:39 UTC 2007


    Date: Sunday, November 4, 2007 @ 19:30:39
  Author: dan
    Path: /home/cvs-extra/extra/network/purple-plugin-pack

Modified: PKGBUILD (1.6 -> 1.7)

upgpkg: purple-plugin-pack 2.2.0-1


----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


Index: extra/network/purple-plugin-pack/PKGBUILD
diff -u extra/network/purple-plugin-pack/PKGBUILD:1.6 extra/network/purple-plugin-pack/PKGBUILD:1.7
--- extra/network/purple-plugin-pack/PKGBUILD:1.6	Sat Aug 25 04:14:24 2007
+++ extra/network/purple-plugin-pack/PKGBUILD	Sun Nov  4 19:30:39 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.6 2007/08/25 08:14:24 jgc Exp $
+# $Id: PKGBUILD,v 1.7 2007/11/05 00:30:39 dan Exp $
 # Maintainer: Dan McGee <dan at archlinux.org>
 # Contributor: Dale Blount <dale at archlinux.org>
 
 pkgname=purple-plugin-pack
-pkgver=2.1.1
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="A Plugin Pack for Pidgin"
 arch=(i686 x86_64)
@@ -14,14 +14,14 @@
 replaces=('gaim-plugin-pack')
 options=(!libtool)
 source=(http://downloads.guifications.org/plugins/Plugin%20Pack/purple-plugin_pack-$pkgver.tar.bz2)
-md5sums=('f1410cca12d751e78bc3b6187373a33b')
+md5sums=('e7486cb75722231040d0952280eab14d')
 
 build() {
   cd $startdir/src/purple-plugin_pack-$pkgver
   ./configure --prefix=/usr
   # kill a few plugins that we don't want built
-  rm xmmsremote/.build
-  rm talkfilters/.build
+  rm xmmsremote/.build || return 1
+  rm talkfilters/.build || return 1
   # reconfigure without these plugins (seems to not work if you don't
   # run configure twice)
   ./configure --prefix=/usr




More information about the arch-commits mailing list