[arch-commits] Commit in pidgin-encryption/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Fri Feb 17 13:02:31 UTC 2012


    Date: Friday, February 17, 2012 @ 08:02:31
  Author: allan
Revision: 150420

upgpkg: pidgin-encryption 3.1-2

signing rebuild

Modified:
  pidgin-encryption/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-17 12:52:28 UTC (rev 150419)
+++ PKGBUILD	2012-02-17 13:02:31 UTC (rev 150420)
@@ -5,7 +5,7 @@
 
 pkgname=pidgin-encryption
 pkgver=3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A Pidgin plugin providing transparent RSA encryption using NSS"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -17,8 +17,11 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
 
-  ./configure --prefix=/usr --disable-static
-  make || return 1
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list