mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
alarm/kodi-rpi-legacy to 20.0-6
This commit is contained in:
parent
ce94a8a3bb
commit
9ddf835139
2 changed files with 4 additions and 6 deletions
|
@ -23,7 +23,7 @@ _commit=2464903eb19ac84f8883a78f4f8cb626bed225d7
|
|||
_clangbuild=
|
||||
|
||||
pkgver=20.0
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
arch=('armv7h')
|
||||
url="https://github.com/graysky2/xbmc/tree/gs-gbm_nexus"
|
||||
license=('GPL2')
|
||||
|
@ -88,7 +88,7 @@ sha256sums=('82a64bc1eb2112679db74a49c1ed1a6e5ddcad1334b71320f48ad1089475b8d3'
|
|||
'b94c70baa45e30346224ceecfab031dd183e09303b1f97d6522f9941da9b0067'
|
||||
'590a2fcc8d4855ef1e1196b7a81954670cd1d7580d94e41c8b5e99c5f206d37d'
|
||||
'b970818a13508aacee149bfa7a791b442efd8522a6f6eba6d923c20f2927d1c5'
|
||||
'e99de9944817a3b9d3668810a692c9f3669ace2ccd451c33afcdfb488d41bed0')
|
||||
'6ff6dec4e7fca2357602a9fad4ca46f5e96430ec6dde9e3938fcd9963d715b4e')
|
||||
|
||||
prepare() {
|
||||
[[ -d kodi-build ]] && rm -rf kodi-build
|
||||
|
|
|
@ -26,15 +26,13 @@ post_upgrade() {
|
|||
post_install
|
||||
|
||||
# https://bugs.archlinux.org/task/77341
|
||||
if (($(vercmp $1 20.0-2) > 0)); then
|
||||
if ! grep -q -r '^KODI_AE_SINK=ALSA' /etc/conf.d/kodi-standalone; then
|
||||
cat <<END
|
||||
if ! grep -q -r '^KODI_AE_SINK=ALSA' /etc/conf.d/kodi-standalone; then
|
||||
cat <<END
|
||||
|
||||
>>> If audio is broken, add the following line to /etc/conf.d/kodi-standalone
|
||||
then restart kodi.service: KODI_AE_SINK=ALSA
|
||||
|
||||
END
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue