0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-02-23 11:16:16 +00:00
Matthias Reichl 47bfcfa8d9 kodi-binary-addons: bump PKG_REV of all addons
Signed-off-by: Matthias Reichl <hias@horus.com>
2023-02-28 22:36:32 +01:00

24 lines
710 B
Makefile

# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pvr.argustv"
PKG_VERSION="20.5.0-Nexus"
PKG_SHA256="c4b18a0abf4ba0a797509d79c4291c4e69589a6482c6ec85f5d9bdae63ea3f35"
PKG_REV="5"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/kodi-pvr/pvr.argustv"
PKG_URL="https://github.com/kodi-pvr/pvr.argustv/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain kodi-platform jsoncpp"
PKG_SECTION=""
PKG_SHORTDESC="pvr.argustv"
PKG_LONGDESC="pvr.argustv"
PKG_IS_ADDON="yes"
PKG_ADDON_TYPE="xbmc.pvrclient"
pre_configure_target() {
CXXFLAGS+=" -Wno-narrowing"
}