mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/kodi to 16.1-1
This commit is contained in:
parent
39cdbd7e55
commit
f282e44394
1 changed files with 3 additions and 3 deletions
|
@ -17,9 +17,9 @@ buildarch=4
|
|||
|
||||
pkgbase=kodi
|
||||
pkgname=('kodi' 'kodi-eventclients')
|
||||
pkgver=16.0
|
||||
pkgver=16.1
|
||||
_codename=Jarvis
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://kodi.tv"
|
||||
license=('GPL2')
|
||||
|
@ -36,7 +36,7 @@ makedepends=(
|
|||
source=(
|
||||
"$pkgname-$pkgver-$_codename.tar.gz::https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz"
|
||||
)
|
||||
sha256sums=('0421ea1337cdee674f8a36d995f54152b5ddc4100e53410b3aeeb3b3f7d53946')
|
||||
sha256sums=('7d82c8aff2715c83deecdf10c566e26105bec0473af530a1356d4c747ebdfd10')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/xbmc-$pkgver-$_codename"
|
||||
|
|
Loading…
Reference in a new issue