package/kodi-pvr-pctv: bump version to 6.1.0-Matrix
authorBernd Kuhls <bernd.kuhls@t-online.de>
Tue, 2 Mar 2021 07:07:21 +0000 (08:07 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 6 Mar 2021 21:56:49 +0000 (22:56 +0100)
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.pctv/commit/b6cebce2c9579a2bcce619dbba586eafd2cf2701
https://github.com/kodi-pvr/pvr.pctv/commit/db2eca67995017c7b3b4755e5bf674faaebe77ea

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/kodi-pvr-pctv/Config.in
package/kodi-pvr-pctv/kodi-pvr-pctv.hash
package/kodi-pvr-pctv/kodi-pvr-pctv.mk

index 255cd4a5f0ce6f268cde76b341b1e209d7d7f578..11fe09b2f1bfc1d8ec32a65a9d95b41bd625ece2 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_KODI_PVR_PCTV
        bool "kodi-pvr-pctv"
        select BR2_PACKAGE_JSONCPP
-       select BR2_PACKAGE_KODI_PLATFORM
        help
          PCTV PVR client addon for Kodi
 
index 30fb81a9066150df5474a8ac05f6cee59dc72768..0e3f464cfff212d72e4135007d34b61c2592f609 100644 (file)
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  10124e5444c6cfb0c77bad1d1122f6ba5fc233248d6b33066ba799f4dedceeee  kodi-pvr-pctv-2.4.7-Leia.tar.gz
-sha256  43376e70ae80133530c8ce71a3b0dcde8529a8162d3b3956009eb8fc0f5c559c  debian/copyright
+sha256  94b8be4988cb6d8c61f6bdf237ddabb04d77fe4900f61411f5abf918eb5a078c  kodi-pvr-pctv-6.1.0-Matrix.tar.gz
+sha256  310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af  LICENSE.md
index 851788c96be508f88a95555858fd778bcab8b312..78d500e3e8f29de1709c717b4033f6a508efa812 100644 (file)
@@ -4,10 +4,10 @@
 #
 ################################################################################
 
-KODI_PVR_PCTV_VERSION = 2.4.7-Leia
+KODI_PVR_PCTV_VERSION = 6.1.0-Matrix
 KODI_PVR_PCTV_SITE = $(call github,kodi-pvr,pvr.pctv,$(KODI_PVR_PCTV_VERSION))
 KODI_PVR_PCTV_LICENSE = GPL-2.0+
-KODI_PVR_PCTV_LICENSE_FILES = debian/copyright
-KODI_PVR_PCTV_DEPENDENCIES = jsoncpp kodi-platform
+KODI_PVR_PCTV_LICENSE_FILES = LICENSE.md
+KODI_PVR_PCTV_DEPENDENCIES = jsoncpp kodi
 
 $(eval $(cmake-package))