mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
alarm/kodi-rbp-git: Provide kodi-dev (#1455)
This commit is contained in:
parent
e16c36deed
commit
ad3416b8f9
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,7 @@ _suffix=rbp-git
|
||||||
pkgname=("kodi-$_suffix" "kodi-eventclients-$_suffix" "kodi-tools-texturepacker-$_suffix" "kodi-dev-$_suffix")
|
pkgname=("kodi-$_suffix" "kodi-eventclients-$_suffix" "kodi-tools-texturepacker-$_suffix" "kodi-dev-$_suffix")
|
||||||
pkgver=17.1rc1.20170223
|
pkgver=17.1rc1.20170223
|
||||||
_tag=17.1rc1-Krypton
|
_tag=17.1rc1-Krypton
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
arch=('armv6h' 'armv7h')
|
arch=('armv6h' 'armv7h')
|
||||||
url="http://kodi.tv"
|
url="http://kodi.tv"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -172,6 +172,7 @@ package_kodi-tools-texturepacker-rbp-git() {
|
||||||
package_kodi-dev-rbp-git() {
|
package_kodi-dev-rbp-git() {
|
||||||
pkgdesc="Kodi dev files (master branch)"
|
pkgdesc="Kodi dev files (master branch)"
|
||||||
depends=('kodi')
|
depends=('kodi')
|
||||||
|
provides=('kodi-dev')
|
||||||
|
|
||||||
_components=('kodi-addon-dev'
|
_components=('kodi-addon-dev'
|
||||||
'kodi-audio-dev'
|
'kodi-audio-dev'
|
||||||
|
|
Loading…
Reference in a new issue