[arch-commits] Commit in telepathy-rakia/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Sat Feb 25 10:03:31 UTC 2012


    Date: Saturday, February 25, 2012 @ 05:03:31
  Author: ibiru
Revision: 151253

update to 0.7.3

Modified:
  telepathy-rakia/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-25 10:01:46 UTC (rev 151252)
+++ PKGBUILD	2012-02-25 10:03:31 UTC (rev 151253)
@@ -1,27 +1,28 @@
 # $Id$
 # Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Timm Preetz <timm at preetz.us>
-pkgname=telepathy-sofiasip
-pkgver=0.7.1
+
+pkgname=telepathy-rakia
+pkgver=0.7.3
 pkgrel=1
-pkgdesc="a SIP-protocol connection manager for the Telepathy framework based on SofiaSIP-stack."
+pkgdesc="SIP connection manager for Telepathy"
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org"
 license=('LGPL')
 depends=('telepathy-glib' 'sofia-sip')
 makedepends=('libxslt' 'python2')
-install=telepathy-sofiasip.install
+install=telepathy-rakia.install
 groups=('telepathy')
-source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('4139027790aae97d8a18260e09a747c6')
+replaces=('telepathy-sofiasip')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('dea76f93fe6234d18c6c7746c9ce0d6e')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list