diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-09-17 14:18:34 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-09-17 14:18:34 -0300 |
commit | ffa02e401d290931439fd16ae2e388af718494e8 (patch) | |
tree | 9d1195f0cb662eb93158deac838ac12cb76ee600 /nonprism | |
parent | 02df82e0df9398e5ea42f07aa7cb7287fae30c06 (diff) |
empathy-nonprism-3.8.4-1: updating version
Diffstat (limited to 'nonprism')
-rw-r--r-- | nonprism/empathy-nonprism/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/nonprism/empathy-nonprism/PKGBUILD b/nonprism/empathy-nonprism/PKGBUILD index 602adb465..50c3fa399 100644 --- a/nonprism/empathy-nonprism/PKGBUILD +++ b/nonprism/empathy-nonprism/PKGBUILD @@ -1,9 +1,11 @@ +# $Id: PKGBUILD 194415 2013-09-16 09:02:51Z jgc $ +# Maintainer: Ionut Biru <ibiru@archlinux.org> _pkgname=empathy pkgname=empathy-nonprism -pkgver=3.8.3 +pkgver=3.8.4 pkgrel=1 -pkgdesc="A GNOME instant messaging client using the Telepathy framework, without support for unsafe and dangerous for privacy protocols" +pkgdesc="A GNOME instant messaging client using the Telepathy framework, without telepathy-haze recommendation" arch=(i686 x86_64) url="http://live.gnome.org/Empathy" license=(GPL2) @@ -20,7 +22,7 @@ replaces=("$_pkgname" 'empathy-coherence') conflicts=$_pkgname provides=$_pkgname=$pkgver source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgname/${pkgver:0:3}/$_pkgname-$pkgver.tar.xz) -sha256sums=('61e547c6f0929b3111219349482e2395a32f41bbd0852046405d835acba965c0') +sha256sums=('cbc4934ce838e3d697616b5c36b070d2fc4fc57f84fd654c2f2cb2b8b650f5c9') build() { cd $_pkgname-$pkgver @@ -36,4 +38,3 @@ package() { cd $_pkgname-$pkgver make DESTDIR="$pkgdir" install } - |