From 3b9de5318d622ea0e0024bc62e15faaaf5c11542 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado 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 --- nonprism/kdenetwork-kopete-libre-nonprism/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nonprism/kdenetwork-kopete-libre-nonprism/PKGBUILD') diff --git a/nonprism/kdenetwork-kopete-libre-nonprism/PKGBUILD b/nonprism/kdenetwork-kopete-libre-nonprism/PKGBUILD index d4d83035b..2cb6c694e 100644 --- a/nonprism/kdenetwork-kopete-libre-nonprism/PKGBUILD +++ b/nonprism/kdenetwork-kopete-libre-nonprism/PKGBUILD @@ -11,9 +11,9 @@ url='http://kde.org/applications/internet/kopete/' arch=('i686' 'x86_64' 'mips64el') license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdenetwork') -replaces=$_pkgname -conflicts=$_pkgname -provides=$_pkgname=$pkgver +replaces=($_pkgname) +conflicts=($_pkgname) +provides=($_pkgname=$pkgver) depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn' 'qimageblitz' 'mediastreamer' 'jsoncpp') makedepends=('cmake' 'automoc4' 'boost') -- cgit v1.2.3