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

Dan McGee dan at archlinux.org
Fri May 11 16:56:35 UTC 2007


    Date: Friday, May 11, 2007 @ 12:56:35
  Author: dan
    Path: /home/cvs-extra/extra/network/pidgin-encryption

Modified: PKGBUILD (1.1 -> 1.2)

upgpkg: pidgin-encryption 3.0-1


----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)


Index: extra/network/pidgin-encryption/PKGBUILD
diff -u extra/network/pidgin-encryption/PKGBUILD:1.1 extra/network/pidgin-encryption/PKGBUILD:1.2
--- extra/network/pidgin-encryption/PKGBUILD:1.1	Fri May  4 13:44:29 2007
+++ extra/network/pidgin-encryption/PKGBUILD	Fri May 11 12:56:34 2007
@@ -1,17 +1,20 @@
-# $Id: PKGBUILD,v 1.1 2007/05/04 17:44:29 dale Exp $
-# Maintainer: Dale Blount <dale at archlinux.org>
+# $Id: PKGBUILD,v 1.2 2007/05/11 16:56:34 dan Exp $
+# Maintainer: Dan McGee <dan at archlinux.org>
 # Contributor: Dale Blount <dale at archlinux.org>
+
 pkgname=pidgin-encryption
-pkgver=3.0beta9
+pkgver=3.0
 pkgrel=1
 pkgdesc="A Pidgin plugin providing transparent RSA encryption using NSS"
 arch=(i686 x86_64)
+license=('GPL')
 url="http://gaim-encryption.sourceforge.net"
 depends=('pidgin' 'nss')
 replaces=('gaim-encryption')
-options=(NOLIBTOOL)
-source=(http://rzserv2.fhnon.de/~lg016586/pidgin-encryption-3.0beta9.tar.bz2)
-md5sums=('8b08b227dec180b744b40a6fdbf0095a')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/gaim-encryption/$pkgname-$pkgver.tar.gz)
+md5sums=('3f3f8e9a15d19e084d54bfbbd2db9d77')
+sha1sums=('bccad1c4ac0bec12e6837324f543ea60530d0761')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
@@ -19,4 +22,3 @@
   make || return 1
   make DESTDIR=$startdir/pkg install
 }
-




More information about the arch-commits mailing list