From 3b9de5318d622ea0e0024bc62e15faaaf5c11542 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Fri, 16 May 2014 00:13:48 -0300 Subject: add parentheses on provides, conflicts and replaces arrays to avoid get eval'd out of order --- libre/bitlbee-libre/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libre/bitlbee-libre/PKGBUILD') diff --git a/libre/bitlbee-libre/PKGBUILD b/libre/bitlbee-libre/PKGBUILD index 575fc6979..bdab365ea 100644 --- a/libre/bitlbee-libre/PKGBUILD +++ b/libre/bitlbee-libre/PKGBUILD @@ -20,9 +20,9 @@ depends=('gnutls' 'glib2') makedepends=('asciidoc' 'libotr3') optdepends=('libotr3: for OTR encryption support' 'xinetd: to run bitlbee through xinetd') -provides=$_pkgname=$pkgver -conflicts=$_pkgname -replaces=$_pkgname +provides=($_pkgname=$pkgver) +conflicts=($_pkgname) +replaces=($_pkgname) source=("http://get.bitlbee.org/src/${_pkgname}-${pkgver}.tar.gz" 'xinetd' 'bitlbee.tmpfiles') -- cgit v1.2.3-2-g168b