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

Ionut Biru ibiru at archlinux.org
Fri Aug 20 14:38:00 UTC 2010


    Date: Friday, August 20, 2010 @ 10:38:00
  Author: ibiru
Revision: 88173

upgpkg: telepathy-butterfly 0.5.13-2 update to 0.15.3

Modified:
  telepathy-butterfly/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-20 14:21:50 UTC (rev 88172)
+++ PKGBUILD	2010-08-20 14:38:00 UTC (rev 88173)
@@ -2,21 +2,21 @@
 # Maintainer:  Ionut Biru <ibiru at archlinux.org>
 # Contributor: Daniel Balieiro <daniel at balieiro.com>
 pkgname=telepathy-butterfly
-pkgver=0.5.12
+pkgver=0.5.13
 pkgrel=2
 pkgdesc="A MSN connection manager for Telepathy"
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org"
 groups=('telepathy')
 license=('GPL')
-depends=('papyon>=0.4.9' 'python-telepathy>=0.15.17')
-source=(http://telepathy.freedesktop.org/releases/telepathy-butterfly/telepathy-butterfly-$pkgver.tar.gz)
+depends=('papyon>=0.5.0' 'python-telepathy>=0.15.17')
+source=(http://telepathy.freedesktop.org/releases/telepathy-butterfly/telepathy-butterfly-${pkgver}.tar.gz)
 install=telepathy-butterfly.install
-options=('force')
-md5sums=('e9bff0085eca377df70b37e46798b9f3')
+md5sums=('2f99fb2752f3f2102386316864872cab')
+
 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
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list