From cab0cbf93d739f0a4b01ddfad601146b269b4057 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Tue, 7 Feb 2017 14:34:56 +0100 Subject: [PATCH] use non git kodi-platform versionning --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 16ed0df..b4467ff 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = kodi-addon-inputstream-adaptive pkgdesc = InputStream client for adaptive streams for Kodi 17+ pkgver = 1.0.6 - pkgrel = 1 + pkgrel = 2 url = https://github.com/liberty-developer/inputstream.adaptive arch = x86_64 arch = i686 license = GPL2 - depends = kodi-platform-git>=r53 + depends = kodi-platform=20160516.c8188d8 conflicts = kodi-addon-inputstream-adaptive source = https://github.com/peak3d/inputstream.adaptive/archive/v1.0.6.tar.gz md5sums = 3694af673829f35a9fbafd4cd2649abe diff --git a/PKGBUILD b/PKGBUILD index 8328a79..b6e69fe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,12 +2,12 @@ # Contributor: kevku pkgname=kodi-addon-inputstream-adaptive pkgver=1.0.6 -pkgrel=1 +pkgrel=2 pkgdesc="InputStream client for adaptive streams for Kodi 17+" arch=('x86_64' 'i686') url="https://github.com/liberty-developer/inputstream.adaptive" license=('GPL2') -depends=('kodi-platform-git>=r53') +depends=('kodi-platform=20160516.c8188d8') conflicts=("${pkgname%-git}") source=("https://github.com/peak3d/inputstream.adaptive/archive/v${pkgver}.tar.gz") md5sums=('3694af673829f35a9fbafd4cd2649abe')