diff options
Diffstat (limited to 'libre/xbmc-lts/PKGBUILD')
-rw-r--r-- | libre/xbmc-lts/PKGBUILD | 4 |
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' |