diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-09-06 16:35:27 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-09-06 16:35:27 (GMT) |
commit | 5669815ec3a539cf7b5ac7d8da2cbba3aeff44be (patch) | |
tree | f13051093a52f47f5954c2ee2a783bc2f0f62f96 /abs/extra/kodi-platform | |
parent | 8d35f28049488f2585ef765bf48e7a58958fd587 (diff) | |
parent | 04697136037cb5341ee6c051f8aaa265c0400c82 (diff) | |
download | linhes_pkgbuild-5669815ec3a539cf7b5ac7d8da2cbba3aeff44be.zip linhes_pkgbuild-5669815ec3a539cf7b5ac7d8da2cbba3aeff44be.tar.gz linhes_pkgbuild-5669815ec3a539cf7b5ac7d8da2cbba3aeff44be.tar.bz2 |
Merge branch 'testing'
Diffstat (limited to 'abs/extra/kodi-platform')
-rw-r--r-- | abs/extra/kodi-platform/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/abs/extra/kodi-platform/PKGBUILD b/abs/extra/kodi-platform/PKGBUILD index a0f776d..2301624 100644 --- a/abs/extra/kodi-platform/PKGBUILD +++ b/abs/extra/kodi-platform/PKGBUILD @@ -2,15 +2,15 @@ # Maintainer: BlackEagle <ike.devolder@gmail.com>> pkgname=kodi-platform -_commit=92583ef -pkgver=20160131.92583ef -pkgrel=2 +_commit=36fb493 +pkgver=20170306.36fb493 +pkgrel=1 pkgdesc="platform library for external kodi addons" -arch=('i686' 'x86_64') +arch=('x86_64') url='https://github.com/xbmc/kodi-platform' license=('GPL') depends=('kodi' 'p8-platform') -makedepends=('git' 'cmake') +makedepends=('git' 'cmake' 'kodi-dev') source=("$pkgname::git://github.com/xbmc/kodi-platform.git#commit=$_commit") sha256sums=('SKIP') |