use non git kodi-platform versionning
This commit is contained in:
parent
d440b92879
commit
cab0cbf93d
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.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
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,12 +2,12 @@
|
|||
# Contributor: kevku <kevku@gmx.com>
|
||||
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')
|
||||
|
|
Loading…
Reference in a new issue