mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
alarm/kodi-rpi to 20.0-6
This commit is contained in:
parent
821f7ba57b
commit
ce94a8a3bb
2 changed files with 4 additions and 6 deletions
|
@ -21,7 +21,7 @@ _commit=2464903eb19ac84f8883a78f4f8cb626bed225d7
|
|||
_clangbuild=
|
||||
|
||||
pkgver=20.0
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
arch=('aarch64' 'armv7h')
|
||||
url="https://github.com/graysky2/xbmc/tree/gs-gbm_nexus"
|
||||
license=('GPL2')
|
||||
|
@ -86,7 +86,7 @@ sha256sums=('82a64bc1eb2112679db74a49c1ed1a6e5ddcad1334b71320f48ad1089475b8d3'
|
|||
'b94c70baa45e30346224ceecfab031dd183e09303b1f97d6522f9941da9b0067'
|
||||
'9ce6051a2157e6b677090f201d98870a33db6c90c91dc0d480a87fb7ab84e3e5'
|
||||
'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