build against new kodi-platform version
This commit is contained in:
parent
007e11c7aa
commit
b34d6f778f
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,13 +1,13 @@
|
||||||
pkgbase = kodi-addon-inputstream-adaptive
|
pkgbase = kodi-addon-inputstream-adaptive
|
||||||
pkgdesc = InputStream client for adaptive streams for Kodi 17+
|
pkgdesc = InputStream client for adaptive streams for Kodi 17+
|
||||||
pkgver = 1.0.6
|
pkgver = 1.0.6
|
||||||
pkgrel = 3
|
pkgrel = 4
|
||||||
url = https://github.com/liberty-developer/inputstream.adaptive
|
url = https://github.com/peak3d/inputstream.adaptive
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = i686
|
arch = i686
|
||||||
license = GPL2
|
license = GPL2
|
||||||
makedepends = kodi-dev
|
makedepends = kodi-dev
|
||||||
depends = kodi-platform=20160516.c8188d8
|
depends = kodi-platform=20170306.36fb493
|
||||||
conflicts = kodi-addon-inputstream-adaptive
|
conflicts = kodi-addon-inputstream-adaptive
|
||||||
source = https://github.com/peak3d/inputstream.adaptive/archive/v1.0.6.tar.gz
|
source = https://github.com/peak3d/inputstream.adaptive/archive/v1.0.6.tar.gz
|
||||||
md5sums = 3694af673829f35a9fbafd4cd2649abe
|
md5sums = 3694af673829f35a9fbafd4cd2649abe
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -2,13 +2,13 @@
|
||||||
# Contributor: kevku <kevku@gmx.com>
|
# Contributor: kevku <kevku@gmx.com>
|
||||||
pkgname=kodi-addon-inputstream-adaptive
|
pkgname=kodi-addon-inputstream-adaptive
|
||||||
pkgver=1.0.6
|
pkgver=1.0.6
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="InputStream client for adaptive streams for Kodi 17+"
|
pkgdesc="InputStream client for adaptive streams for Kodi 17+"
|
||||||
arch=('x86_64' 'i686')
|
arch=('x86_64' 'i686')
|
||||||
url="https://github.com/liberty-developer/inputstream.adaptive"
|
url="https://github.com/peak3d/inputstream.adaptive"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
makedepends=('kodi-dev')
|
makedepends=('kodi-dev')
|
||||||
depends=('kodi-platform=20160516.c8188d8')
|
depends=('kodi-platform=20170306.36fb493')
|
||||||
conflicts=("${pkgname%-git}")
|
conflicts=("${pkgname%-git}")
|
||||||
source=("https://github.com/peak3d/inputstream.adaptive/archive/v${pkgver}.tar.gz")
|
source=("https://github.com/peak3d/inputstream.adaptive/archive/v${pkgver}.tar.gz")
|
||||||
md5sums=('3694af673829f35a9fbafd4cd2649abe')
|
md5sums=('3694af673829f35a9fbafd4cd2649abe')
|
||||||
|
|
Loading…
Reference in a new issue