plex-media-player: update to 2.21.0.914.

This commit is contained in:
Rasmus Thomsen 2018-10-31 15:30:46 +01:00 committed by Johannes
parent e4bb6ae18c
commit 49a8e1a2f2

View file

@ -1,8 +1,8 @@
# Template file for 'plex-media-player'
pkgname=plex-media-player
version=2.20.0.909
revision=2
_commit_rev=46413dd1
version=2.21.0.914
revision=1
_commit_rev=4839cbf2
wrksrc="plex-media-player-${version}-${_commit_rev}"
build_style=cmake
configure_args="-DQTROOT="${XBPS_CROSS_BASE}/usr" -DFULL_GIT_REVISION=${_commit_rev}"
@ -16,7 +16,7 @@ maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
license="LGPL-2.1-or-later"
homepage="https://github.com/plexinc/plex-media-player"
distfiles="https://github.com/plexinc/plex-media-player/archive/v${version}-${_commit_rev}.tar.gz"
checksum=2ae666a1488f694f38acae0f223fbae8cab7f46b0937e0b9523e4d4e36866d8c
checksum=f185cfae87080f29d0ba5e9bbe3ca591a6e3f3d81572377b591d11507085c2fb
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-devel qt5-host-tools"