summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLenovsky2018-08-15 15:13:23 +0200
committerLenovsky2018-08-15 15:13:23 +0200
commit40e2180f1c53d7b800af6730c1f23d1852c6c524 (patch)
tree7689b881109e7c55c0d1c5ceccba3244542c459f /PKGBUILD
parentcdc5aa9a3c8f73f9073247a7ee20b8609c7e5fe4 (diff)
downloadaur-40e2180f1c53d7b800af6730c1f23d1852c6c524.tar.gz
Add 'flatbuffers' to the 'makedepends' array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24f4619596cf..792e5dfbf0a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,16 +18,16 @@
pkgbase=kodi-git
pkgname=('kodi-git' 'kodi-eventclients-git' 'kodi-tools-texturepacker-git' 'kodi-dev-git')
_gitname='xbmc'
-pkgver=18.0a3.r119.gc074f254087
+pkgver=18.0a3.r161.gfc9faf32d5f
pkgrel=1
arch=('i686' 'x86_64')
url="http://kodi.tv"
license=('GPL2')
makedepends=('afpfs-ng' 'bluez-libs' 'boost' 'cmake' 'curl' 'cwiid' 'doxygen'
- 'git' 'ffmpeg' 'fmt' 'glew' 'gperf' 'hicolor-icon-theme' 'jasper' 'java-runtime'
- 'libaacs' 'libass' 'libbluray' 'libcdio' 'libcec' 'libgl' 'libmariadbclient'
- 'libmicrohttpd' 'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libxrandr'
- 'libxslt' 'lirc' 'lzo' 'mesa' 'nasm' 'nss-mdns' 'python2-pillow'
+ 'git' 'ffmpeg' 'flatbuffers' 'fmt' 'glew' 'gperf' 'hicolor-icon-theme' 'jasper'
+ 'java-runtime' 'libaacs' 'libass' 'libbluray' 'libcdio' 'libcec' 'libgl'
+ 'libmariadbclient' 'libmicrohttpd' 'libmodplug' 'libmpeg2' 'libnfs' 'libplist'
+ 'libxrandr' 'libxslt' 'lirc' 'lzo' 'mesa' 'nasm' 'nss-mdns' 'python2-pillow'
'python2-pybluez' 'python2-simplejson' 'rapidjson' 'rtmpdump' 'shairplay'
'smbclient' 'swig' 'taglib' 'tinyxml' 'upower')
source=("$_gitname::git+https://github.com/xbmc/xbmc.git#branch=master")