summaryrefslogtreecommitdiff
path: root/nonprism
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-20 09:38:55 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-20 09:38:55 -0300
commit3b4dc997de6f7e838a685ca88ec544e1bf4be08a (patch)
tree272e3ffeea42910cf4824bad665c0215f4a973cc /nonprism
parent7d074444e6801dfa408b486521433ea5eae9af53 (diff)
bitlbee-nonprism: fix syntax error on replaces line
Diffstat (limited to 'nonprism')
-rw-r--r--nonprism/bitlbee-nonprism/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/nonprism/bitlbee-nonprism/PKGBUILD b/nonprism/bitlbee-nonprism/PKGBUILD
index 9d9f7cad8..58a6b9d14 100644
--- a/nonprism/bitlbee-nonprism/PKGBUILD
+++ b/nonprism/bitlbee-nonprism/PKGBUILD
@@ -11,7 +11,7 @@ depends=('gnutls' 'glib2')
makedepends=('asciidoc' 'libotr3')
optdepends=('libotr3: for OTR encryption support'
'xinetd: to run bitlbee through xinetd')
-replaces=('$_pkgname' 'bitlbee-coherence')
+replaces=("$_pkgname" 'bitlbee-coherence')
conflicts=$_pkgname
provides=$_pkgname=$pkgver
source=("http://get.bitlbee.org/src/${_pkgname}-${pkgver}.tar.gz"