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

Ionut Biru ibiru at archlinux.org
Thu May 27 19:01:18 UTC 2010


    Date: Thursday, May 27, 2010 @ 15:01:17
  Author: ibiru
Revision: 81264

upgpkg: telepathy-farsight 0.0.14-1
update to 0.0.14

Modified:
  telepathy-farsight/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-27 18:59:07 UTC (rev 81263)
+++ PKGBUILD	2010-05-27 19:01:17 UTC (rev 81264)
@@ -1,24 +1,24 @@
 # $Id$
-# Maintainer: Biru Ionut <ionut at archlinux.ro>
+# Maintainer:  Ionut Biru <ibiru at archlinux.org>
 # Contributor: Ju Liu <liuju86 at gmail dot com>
 # Contributor: Denis Zawada <deno at rootnode.net>
 pkgname=telepathy-farsight
-pkgver=0.0.13
+pkgver=0.0.14
 pkgrel=1
 pkgdesc="A telepathy-backend to use stream engine."
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org"
 license=('GPL')
-depends=('telepathy-glib>=0.9.2' 'farsight2>=0.0.17' 'gstreamer0.10-base')
+depends=('telepathy-glib>=0.10.6' 'farsight2>=0.0.17' 'gstreamer0.10-base')
 makedepends=('libxslt' 'python')
 groups=('telepathy')
 options=('!libtool')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('1e6af31be4d5cdfc72a3f06542de96c0')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy
   make || return 1
-  make DESTDIR=$pkgdir install || return 1
+  make DESTDIR="${pkgdir}" install || return 1
 }
-md5sums=('9bd7b7a2f816952af72c335cb5f16c07')




More information about the arch-commits mailing list