summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lass2016-01-09 13:37:30 +0100
committerMichael Lass2016-01-09 13:37:30 +0100
commitc381328428fe99c0fc8215ca41eb529f1c15cd4f (patch)
tree54dddbcf9c230956608398173c095e5fda54ec7c
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.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c9eeeaca300..d5f09752646a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sat Jan 9 12:37:17 UTC 2016
pkgbase = kodi-platform-git
pkgdesc = Kodi platform support library
- pkgver = r36.33b6390
- pkgrel = 2
+ pkgver = r40.45d6ad1
+ pkgrel = 1
url = https://github.com/xbmc/kodi-platform
arch = armv7h
arch = i686
@@ -13,7 +15,7 @@ pkgbase = kodi-platform-git
depends = libplatform
provides = kodi-platform
conflicts = kodi-platform
- source = kodi-platform-git::git+https://github.com/xbmc/kodi-platform.git
+ source = kodi-platform-git::git+https://github.com/xbmc/kodi-platform.git#commit=45d6ad1
md5sums = SKIP
pkgname = kodi-platform-git
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() {