package/kodi-pvr-argustv: bump version to 7.1.0-Matrix
authorBernd Kuhls <bernd.kuhls@t-online.de>
Tue, 2 Mar 2021 07:07:09 +0000 (08:07 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 6 Mar 2021 20:53:50 +0000 (21:53 +0100)
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.argustv/commit/44d9c5a20579a2f505f26a072096911d68855a4a
https://github.com/kodi-pvr/pvr.argustv/commit/6a6968892d468d02ca0d380e3fff54e607346024

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-argustv/Config.in
package/kodi-pvr-argustv/kodi-pvr-argustv.hash
package/kodi-pvr-argustv/kodi-pvr-argustv.mk

index 216000aefd3de264c9b738102466cd9578cb882d..7cca2661c7eafd875ace9138173988fbf982a365 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_KODI_PVR_ARGUSTV
        bool "kodi-pvr-argustv"
        select BR2_PACKAGE_JSONCPP
-       select BR2_PACKAGE_KODI_PLATFORM
        help
          Kodi's ARGUS TV client addon
 
index 5c47dd30b29df32c48872ba83403c561769cdf54..3024d8e65fa7b9fcb4308280513a35d4b0d35e41 100644 (file)
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  7bfedb27b2aec4015b2594df18b76fe42e97ec10f4b5cb9c6987b1a7a264c844  kodi-pvr-argustv-3.5.6-Leia.tar.gz
-sha256  17bc5450fff10fc46484886690adbf20c369f5baff021435feab1187b9943834  debian/copyright
+sha256  d91f195c4a91af893231d03a887a340900c4e515597ea059ee6b9e6444717fc9  kodi-pvr-argustv-7.1.0-Matrix.tar.gz
+sha256  310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af  LICENSE.md
index 73a9f1c764bb1b63e882f54ee01845a9828d0bb1..2d5d62a539e090f0111b2ffd1a6d83d8a2258dc0 100644 (file)
@@ -4,10 +4,10 @@
 #
 ################################################################################
 
-KODI_PVR_ARGUSTV_VERSION = 3.5.6-Leia
+KODI_PVR_ARGUSTV_VERSION = 7.1.0-Matrix
 KODI_PVR_ARGUSTV_SITE = $(call github,kodi-pvr,pvr.argustv,$(KODI_PVR_ARGUSTV_VERSION))
 KODI_PVR_ARGUSTV_LICENSE = GPL-2.0+
-KODI_PVR_ARGUSTV_LICENSE_FILES = debian/copyright
-KODI_PVR_ARGUSTV_DEPENDENCIES = jsoncpp kodi-platform
+KODI_PVR_ARGUSTV_LICENSE_FILES = LICENSE.md
+KODI_PVR_ARGUSTV_DEPENDENCIES = jsoncpp kodi
 
 $(eval $(cmake-package))