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/amarok-nonprism/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nonprism/amarok-nonprism/PKGBUILD') diff --git a/nonprism/amarok-nonprism/PKGBUILD b/nonprism/amarok-nonprism/PKGBUILD index 82f0d1923..ca28f747b 100644 --- a/nonprism/amarok-nonprism/PKGBUILD +++ b/nonprism/amarok-nonprism/PKGBUILD @@ -12,9 +12,9 @@ pkgdesc="The powerful music player for KDE, without Amazon MP3 store support" arch=("i686" "x86_64") url="http://amarok.kde.org/" license=('GPL2' 'LGPL2.1' 'FDL') -replaces=$_pkgname -conflicts=$_pkgname -provides=$_pkgname=$pkgver +replaces=($_pkgname) +conflicts=($_pkgname) +provides=($_pkgname=$pkgver) depends=('kdebase-runtime' 'mariadb' 'qtscriptgenerator' 'taglib-extras' 'liblastfm' 'ffmpeg' 'libofa' 'qjson') makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth' -- cgit v1.2.3