summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0689e0ae2f5f..1403cf765bd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,7 +36,9 @@ case "$API" in
source[0]="${pkgname}::git+https://github.com/xbmc/kodi-platform.git#commit=054a42f66" ;;
16) depends+=('libplatform-legacy')
source[0]="${pkgname}::git+https://github.com/xbmc/kodi-platform.git#commit=15edaf78d" ;;
- 99) depends+=('libplatform') ;;
+ 17) depends+=('p8-platform')
+ source[0]="${pkgname}::git+https://github.com/xbmc/kodi-platform.git#commit=c8188d826" ;;
+ 99) depends+=('p8-platform') ;;
*) error "Unknown API version. Follow instructions in PKGBUILD." && false
esac