[arch-commits] Commit in pidgin-encryption/repos (extra-i686 extra-i686/PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Sat Oct 17 11:49:55 UTC 2009


    Date: Saturday, October 17, 2009 @ 07:49:54
  Author: andrea
Revision: 55989

Merged revisions 55988 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/pidgin-encryption/trunk

........
  r55988 | andrea | 2009-10-17 13:49:14 +0200 (Sat, 17 Oct 2009) | 2 lines
  
  upgpkg: pidgin-encryption 3.0-2
      fixed arch in file name
........

Modified:
  pidgin-encryption/repos/extra-i686/	(properties)
  pidgin-encryption/repos/extra-i686/PKGBUILD

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


Property changes on: pidgin-encryption/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /pidgin-encryption/trunk:1-27138
   + /pidgin-encryption/trunk:1-55988

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-10-17 11:49:14 UTC (rev 55988)
+++ extra-i686/PKGBUILD	2009-10-17 11:49:54 UTC (rev 55989)
@@ -1,24 +1,24 @@
 # $Id$
-# Maintainer: Dan McGee <dan at archlinux.org>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Dan McGee <dan at archlinux.org>
 # Contributor: Dale Blount <dale at archlinux.org>
 
 pkgname=pidgin-encryption
 pkgver=3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A Pidgin plugin providing transparent RSA encryption using NSS"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL')
 url="http://pidgin-encrypt.sourceforge.net/"
 depends=('pidgin' 'nss')
 replaces=('gaim-encryption')
-options=(!libtool)
+options=('!libtool')
 source=(http://downloads.sourceforge.net/pidgin-encrypt/$pkgname-$pkgver.tar.gz)
 md5sums=('3f3f8e9a15d19e084d54bfbbd2db9d77')
-sha1sums=('bccad1c4ac0bec12e6837324f543ea60530d0761')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=$pkgdir install
 }




More information about the arch-commits mailing list