From b9d5c6b5c4fa92ab7bcb24e9f539e889aa116d2b Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 8 Sep 2014 07:00:29 -0300 Subject: xbmc-lts: add braces on parameters with pattern removal operation in conflicts and provides array --- libre/xbmc-lts/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libre/xbmc-lts/PKGBUILD b/libre/xbmc-lts/PKGBUILD index fd113ab64..1b2b3d929 100644 --- a/libre/xbmc-lts/PKGBUILD +++ b/libre/xbmc-lts/PKGBUILD @@ -18,8 +18,8 @@ arch=('i686' 'x86_64' 'mips64el') url="http://xbmc.org" license=('GPL2') replaces=($_pkgname) -conflicts=($pkgname%-lts $_pkgname) -provides=($pkgname%-lts) +conflicts=(${pkgname%-lts} $_pkgname) +provides=(${pkgname%-lts}) depends=( 'hicolor-icon-theme' 'fribidi' 'lzo2' 'smbclient' 'libtiff' 'libva' 'libpng' 'libcdio' 'yajl' 'libmariadbclient' 'libpulse' 'libjpeg-turbo' 'libsamplerate' -- cgit v1.2.3