vdr-plugin-epgfixer: update to githash e88b67b and use pcre2

This commit is contained in:
Rudi Heitbaum 2023-11-08 11:23:56 +00:00
parent 54b02821ad
commit 8e4106afaf

View File

@ -3,12 +3,12 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="vdr-plugin-epgfixer" PKG_NAME="vdr-plugin-epgfixer"
PKG_VERSION="354f28b0112ba27f08f6509243b410899f74b6ed" PKG_VERSION="e88b67b9e9c8ed98b78a6214ab54247020d3b302"
PKG_SHA256="15bd73116f3bda9afc274bee97eff829b98f38b13043be32d7bb7f81af294715" PKG_SHA256="80ae82ec568781e84baa753b522309a76f239da1e02eba3d73c59422345bd7a9"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://projects.vdr-developer.org/projects/plg-epgfixer" PKG_SITE="http://projects.vdr-developer.org/projects/plg-epgfixer"
PKG_URL="https://github.com/vdr-projects/vdr-plugin-epgfixer/archive/${PKG_VERSION}.tar.gz" PKG_URL="https://github.com/vdr-projects/vdr-plugin-epgfixer/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain vdr pcre" PKG_DEPENDS_TARGET="toolchain vdr pcre2"
PKG_NEED_UNPACK="$(get_pkg_directory vdr)" PKG_NEED_UNPACK="$(get_pkg_directory vdr)"
PKG_LONGDESC="Plugin for modifying EPG data using regular expressions." PKG_LONGDESC="Plugin for modifying EPG data using regular expressions."
PKG_TOOLCHAIN="manual" PKG_TOOLCHAIN="manual"