summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Lass2019-04-27 17:34:04 +0200
committerMichael Lass2019-04-27 17:34:04 +0200
commit01f737daf444db736e000c9205d53da4f2d7b7dc (patch)
tree014c035703e57e4d9328c5fe32c656df140f13da /PKGBUILD
parentdbe51b1842d092a39610f8e35174715bcd68e28e (diff)
downloadaur-01f737daf444db736e000c9205d53da4f2d7b7dc.tar.gz
Prepare for Matrix (git master right now)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a70d99bbb610..41b1a6cb4939 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@
# #
# API changes between different Kodi versions make it necessary to specify #
# the version of Kodi you want to build this package for. You can choose #
-# between Krypton (17), Leia (18) and git master (99). Do so in the following #
-# line. #
+# between Krypton (17), Leia (18), Matrix (19) and git master (99). Do so in #
+# the following line. #
# #
###############################################################################
@@ -35,6 +35,7 @@ md5sums=('SKIP')
case "$API" in
17) source[0]="${pkgname}::git+https://github.com/xbmc/kodi-platform.git#commit=c8188d826" ;;
18) source[0]="${pkgname}::git+https://github.com/xbmc/kodi-platform.git#commit=e8574b883" ;;
+ 19) ;;
99) ;;
*) echo "Unknown API version. Follow instructions in PKGBUILD." && false
esac