mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
alarm/kodi-c2: add the install variable (#1513)
This commit is contained in:
parent
d8e2176812
commit
5f9fe0a6a0
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,7 @@ pkgbase=kodi-c2
|
|||
pkgname=('kodi-c2' 'kodi-c2-eventclients' 'kodi-c2-tools-texturepacker' 'kodi-c2-dev')
|
||||
pkgver=17.4
|
||||
_commit=cf20c960135f7a9b702afbf7e252ab70cf22a1d9
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('aarch64')
|
||||
url="http://kodi.tv"
|
||||
license=('GPL2')
|
||||
|
@ -108,6 +108,7 @@ package_kodi-c2() {
|
|||
'unzip: Archives support'
|
||||
'upower: Display battery level'
|
||||
)
|
||||
install='kodi.install'
|
||||
provides=('kodi' 'xbmc')
|
||||
conflicts=('kodi' 'xbmc')
|
||||
replaces=('xbmc')
|
||||
|
|
Loading…
Reference in a new issue