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

Ionut Biru ibiru at archlinux.org
Fri Nov 18 18:22:27 UTC 2011


    Date: Friday, November 18, 2011 @ 13:22:27
  Author: ibiru
Revision: 142939

update to 0.1.2

Modified:
  telepathy-farstream/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-18 18:11:54 UTC (rev 142938)
+++ PKGBUILD	2011-11-18 18:22:27 UTC (rev 142939)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=telepathy-farstream
-pkgver=0.1.1
+pkgver=0.1.2
 pkgrel=1
 pkgdesc="A telepathy-backend to use stream engine."
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 depends=('telepathy-glib' 'farsight2')
 makedepends=('libxslt' 'python2')
 options=('!libtool')
-source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('da9179ee104bfb839cd813f66c23c066')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('f858fc02e1981bb8ccd29c2bed567e50')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -26,7 +26,7 @@
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
+  make DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list