alarm/kodi-rpi to 19.3-2

Fix optdepends for kernel rename
This commit is contained in:
graysky 2021-11-27 05:45:32 -05:00
parent 650c4c5f20
commit a246ae4720

View file

@ -15,7 +15,7 @@ pkgname=(
'kodi-rpi-eventclients' 'kodi-rpi-tools-texturepacker' 'kodi-rpi-dev'
)
pkgver=19.3
pkgrel=1
pkgrel=2
_commit=cb4c5ae61dc6243fc698ed9cb52a4fd374c68d31
arch=('armv7h' 'aarch64')
url="https://github.com/graysky2/xbmc/tree/gs-gbm_matrix"
@ -172,8 +172,7 @@ package_kodi-rpi() {
optdepends=(
'afpfs-ng: Apple shares support'
'bluez: Blutooth support'
'linux-raspberrypi: HW accelerated decoding'
'linux-raspberrypi4: HW accelerated decoding'
'linux-rpi: HW accelerated decoding'
'python-pybluez: Bluetooth support'
'pulseaudio: PulseAudio support'
)