Date: Wednesday, February 2, 2011 @ 08:28:13
  Author: ibiru
Revision: 108673

upgpkg: telepathy-sofiasip 0.6.6-1
update to 0.6.6

Modified:
  telepathy-sofiasip/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-02-02 07:58:29 UTC (rev 108672)
+++ PKGBUILD    2011-02-02 13:28:13 UTC (rev 108673)
@@ -2,22 +2,22 @@
 # Maintainer : Ionut Biru <[email protected]>
 # Contributor: Timm Preetz <[email protected]>
 pkgname=telepathy-sofiasip
-pkgver=0.6.3
+pkgver=0.6.6
 pkgrel=1
 pkgdesc="a SIP-protocol connection manager for the Telepathy framework based 
on SofiaSIP-stack."
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org";
 license=('LGPL')
 depends=('telepathy-glib' 'sofia-sip')
-makedepends=('libxslt')
+makedepends=('libxslt' 'python2')
 install=telepathy-sofiasip.install
 groups=('telepathy')
 
source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('178b4a4b499dc322782cb0f2b2c2b5ea')
+md5sums=('aebdadeb92db02b0da916fd077fa8c7e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy
   make
-  make DESTDIR="${pkgdir}" install || return 1
+  make DESTDIR="${pkgdir}" install
 }

Reply via email to