diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-20 09:39:23 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-20 09:39:23 -0300 |
commit | ab5277192895a294da521043fc51497c5410e8f8 (patch) | |
tree | 76c07641d7765db208072c2ca7522bc3720419c9 /nonprism/empathy-nonprism | |
parent | 3b4dc997de6f7e838a685ca88ec544e1bf4be08a (diff) |
empathy-nonprism: fix some features on PKGBUILD
Diffstat (limited to 'nonprism/empathy-nonprism')
-rw-r--r-- | nonprism/empathy-nonprism/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nonprism/empathy-nonprism/PKGBUILD b/nonprism/empathy-nonprism/PKGBUILD index de0eca1e9..602adb465 100644 --- a/nonprism/empathy-nonprism/PKGBUILD +++ b/nonprism/empathy-nonprism/PKGBUILD @@ -1,9 +1,9 @@ _pkgname=empathy -pkgname=empathy-coherence +pkgname=empathy-nonprism pkgver=3.8.3 pkgrel=1 -pkgdesc="A GNOME instant messaging client using the Telepathy framework without support for nonfree, unsafe and dangerous for privacy protocols" +pkgdesc="A GNOME instant messaging client using the Telepathy framework, without support for unsafe and dangerous for privacy protocols" arch=(i686 x86_64) url="http://live.gnome.org/Empathy" license=(GPL2) @@ -16,7 +16,7 @@ optdepends=('telepathy-gabble: XMPP/Jabber support' options=('!libtool' '!makeflags') groups=(gnome) install=empathy.install -replaces=$_pkgname +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) |