summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lass2016-11-15 19:20:29 +0100
committerMichael Lass2016-11-15 19:20:29 +0100
commit24334aafc2c8742f3c484f7107dd81cb1233194b (patch)
treec32eaa126166ec9715728e5340d2cb2e71bed964
parent31ceb461c9e857fd95b1be5592951c4fab63e051 (diff)
downloadaur-24334aafc2c8742f3c484f7107dd81cb1233194b.tar.gz
Prepare for Kodi 17
-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