Date: Thursday, April 1, 2010 @ 07:59:26
  Author: pierre
Revision: 75362

upgpkg: psi 0.14-3
openssl/heimdal rebuild

Modified:
  psi/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-04-01 11:51:23 UTC (rev 75361)
+++ PKGBUILD    2010-04-01 11:59:26 UTC (rev 75362)
@@ -3,8 +3,8 @@
 
 pkgname=psi
 pkgver=0.14
-pkgrel=2
-pkgdesc='instant messaging application designed for the Jabber IM'
+pkgrel=3
+pkgdesc='Instant messaging application designed for the Jabber IM'
 url='http://psi-im.org/'
 license=('GPL')
 arch=('i686' 'x86_64')
@@ -20,5 +20,9 @@
        patch -p1 -i $srcdir/archlinux.patch
        ./configure --prefix=/usr --disable-bundled-qca || return 1
        make || return 1
+}
+
+package() {
+       cd $srcdir/psi-${pkgver}
        make INSTALL_ROOT=$pkgdir install
 }

Reply via email to