add kodi-dev build dep

This commit is contained in:
Cedric Girard 2017-02-07 17:43:10 +01:00
parent cab0cbf93d
commit 007e11c7aa
2 changed files with 4 additions and 2 deletions

View file

@ -1,11 +1,12 @@
pkgbase = kodi-addon-inputstream-adaptive
pkgdesc = InputStream client for adaptive streams for Kodi 17+
pkgver = 1.0.6
pkgrel = 2
pkgrel = 3
url = https://github.com/liberty-developer/inputstream.adaptive
arch = x86_64
arch = i686
license = GPL2
makedepends = kodi-dev
depends = kodi-platform=20160516.c8188d8
conflicts = kodi-addon-inputstream-adaptive
source = https://github.com/peak3d/inputstream.adaptive/archive/v1.0.6.tar.gz

View file

@ -2,11 +2,12 @@
# Contributor: kevku <kevku@gmx.com>
pkgname=kodi-addon-inputstream-adaptive
pkgver=1.0.6
pkgrel=2
pkgrel=3
pkgdesc="InputStream client for adaptive streams for Kodi 17+"
arch=('x86_64' 'i686')
url="https://github.com/liberty-developer/inputstream.adaptive"
license=('GPL2')
makedepends=('kodi-dev')
depends=('kodi-platform=20160516.c8188d8')
conflicts=("${pkgname%-git}")
source=("https://github.com/peak3d/inputstream.adaptive/archive/v${pkgver}.tar.gz")