summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Lass2016-01-09 13:37:30 +0100
committerMichael Lass2016-01-09 13:37:30 +0100
commitc381328428fe99c0fc8215ca41eb529f1c15cd4f (patch)
tree54dddbcf9c230956608398173c095e5fda54ec7c /PKGBUILD
parentdf5db18b57da145f29a39c4f7fd7c19739093b4a (diff)
downloadaur-c381328428fe99c0fc8215ca41eb529f1c15cd4f.tar.gz
Lock version to 45d6ad1
Newer versions require a current libplatform. This in itself it not a problem but it breaks all current kodi pvr addons. Patches for these addons are still in work or under review so for now we just stick to an old version. This will be fixed as soon as kodi plugins start building against a current version of libplatform.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99e7090aefb5..1203c10f93c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# https://github.com/michaellass/AUR
pkgname=kodi-platform-git
-pkgver=r36.33b6390
-pkgrel=2
+pkgver=r40.45d6ad1
+pkgrel=1
pkgdesc='Kodi platform support library'
arch=('armv7h' 'i686' 'x86_64')
url="https://github.com/xbmc/kodi-platform"
@@ -14,7 +14,7 @@ makedepends=('cmake' 'git')
depends=('kodi' 'libplatform')
provides=('kodi-platform')
conflicts=('kodi-platform')
-source=("${pkgname}::git+https://github.com/xbmc/kodi-platform.git")
+source=("${pkgname}::git+https://github.com/xbmc/kodi-platform.git#commit=45d6ad1")
md5sums=('SKIP')
pkgver() {