summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-08 07:00:29 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-08 07:26:55 -0300
commitb9d5c6b5c4fa92ab7bcb24e9f539e889aa116d2b (patch)
treeac7ea68af9498f92ef435f721f27b5737a955da4
parent00dc3bf6b730785f41db09c2922f58ed80cd00cc (diff)
downloadabslibre-b9d5c6b5c4fa92ab7bcb24e9f539e889aa116d2b.tar.gz
abslibre-b9d5c6b5c4fa92ab7bcb24e9f539e889aa116d2b.tar.bz2
abslibre-b9d5c6b5c4fa92ab7bcb24e9f539e889aa116d2b.zip
xbmc-lts: add braces on parameters with pattern removal operation in conflicts and provides array
-rw-r--r--libre/xbmc-lts/PKGBUILD4
1 files 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'