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

Ionut Biru ibiru at archlinux.org
Mon Jul 11 14:00:11 UTC 2011


    Date: Monday, July 11, 2011 @ 10:00:11
  Author: ibiru
Revision: 131178

update to 0.5.0

Modified:
  telepathy-haze/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-11 13:30:01 UTC (rev 131177)
+++ PKGBUILD	2011-07-11 14:00:11 UTC (rev 131178)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 # Contributor: Timm Preetz <timm at preetz.us>
 pkgname=telepathy-haze
-pkgver=0.4.0
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="A telepathy-backend to use libpurple (Pidgin) protocols."
 arch=('i686' 'x86_64')
@@ -13,14 +13,15 @@
 install=telepathy-haze.install
 groups=('telepathy')
 source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('6e3e048cbee27aa37a64b8e9cc611664')
+md5sums=('4378726d61e1e5df789a05760a94d172')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy
   make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
-
-  #remove manager, upstream suggested and it would be removed in the near future
-  rm -rf "${pkgdir}/usr/share/telepathy/managers"
 }




More information about the arch-commits mailing list