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

Ionut Biru ibiru at archlinux.org
Tue Nov 8 12:35:54 UTC 2011


    Date: Tuesday, November 8, 2011 @ 07:35:54
  Author: ibiru
Revision: 142318

update to 5.10.1

Modified:
  telepathy-mission-control/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-08 12:30:16 UTC (rev 142317)
+++ PKGBUILD	2011-11-08 12:35:54 UTC (rev 142318)
@@ -4,7 +4,7 @@
 # Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
 # Contributor: Andreas Zwinkau <beza1e1 at web.de>
 pkgname=telepathy-mission-control
-pkgver=5.10.0
+pkgver=5.10.1
 pkgrel=1
 pkgdesc="A Telepathy component providing abstraction of some of the details of connection managers."
 arch=('i686' 'x86_64')
@@ -15,13 +15,14 @@
 install=telepathy-mission-control.install
 options=('!libtool')
 source=(http://telepathy.freedesktop.org/releases/telepathy-mission-control/$pkgname-$pkgver.tar.gz)
-md5sums=('d69e52faf92bab51f3e49ddf7593f3c0')
+md5sums=('50594028ebb2dba0181fec99e6f56ff5')
 
 build() {
     cd "$srcdir/$pkgname-$pkgver"
     ./configure --prefix=/usr \
     	--libexecdir=/usr/lib/telepathy \
-	--enable-gnome-keyring
+	--enable-gnome-keyring \
+        --disable-schemas-compile
     make
 }
 




More information about the arch-commits mailing list