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

Andrea Scarpino andrea at archlinux.org
Tue May 3 23:56:05 UTC 2011


    Date: Tuesday, May 3, 2011 @ 19:56:05
  Author: andrea
Revision: 122345

upstream release

Modified:
  telepathy-qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-03 22:45:31 UTC (rev 122344)
+++ PKGBUILD	2011-05-03 23:56:05 UTC (rev 122345)
@@ -1,21 +1,22 @@
 # $Id$
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
 pkgname=telepathy-qt4
-pkgver=0.5.15
+pkgver=0.5.16
 pkgrel=1
-pkgdesc="A library for Qt-based Telepathy clients."
+pkgdesc="A library for Qt-based Telepathy clients"
 arch=('i686' 'x86_64')
-url="http://telepathy.freedesktop.org"
+url="http://telepathy.freedesktop.org/wiki/"
 license=('LGPL')
 options=('!libtool')
 depends=('qt' 'telepathy-farsight')
 makedepends=('libxslt' 'python2' 'cmake')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('2066d447a46ca3d767ff82ca562244a0')
+source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('82e36c051c74d323b329f69ac2c5427f')
 
 build() {
     cd "${srcdir}"
-
     mkdir build
     cd build
     cmake ../${pkgname}-${pkgver} \
@@ -26,5 +27,5 @@
 
 package() {
     cd "${srcdir}"/build
-    make DESTDIR="$pkgdir" install
+    make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list