summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43902c9bab5b..7cfdfc97878d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodi-addon-pvr-zattoo
pkgdesc = Zattoo PVR Plugin for Kodi
- pkgver = 20.3.14
+ pkgver = 21.0.1
pkgrel = 1
url = https://github.com/rbuehlma/pvr.zattoo
arch = any
@@ -12,9 +12,9 @@ pkgbase = kodi-addon-pvr-zattoo
depends = kodi-addon-script-module-inputstreamhelper
provides = kodi-addon-pvr-zattoo
conflicts = kodi-addon-pvr-zattoo
- source = https://github.com/rbuehlma/pvr.zattoo/archive/20.3.14-Nexus.tar.gz
- source = https://github.com/xbmc/xbmc/archive/20.2-Nexus.tar.gz
- sha256sums = b6f5205caede6aaf57c1eab8206c5a5b3aaa6b5d8bda862d983ca53150cdf14a
- sha256sums = 4e81abf81172812bc8891f69a7a80a2b846298cecaae7b5009725e28a3040c23
+ source = https://github.com/rbuehlma/pvr.zattoo/archive/21.0.1-Omega.tar.gz
+ source = https://github.com/xbmc/xbmc/archive/21.0-Omega.tar.gz
+ sha256sums = 5908de86c038b3565d8b3a8d4578d4cac0d37287fc039808542b874d9fb2bffa
+ sha256sums = 7f54c1fd8456ac46221fbc85e447362bdc209163c6cb19fca98d106560071b7c
pkgname = kodi-addon-pvr-zattoo
diff --git a/PKGBUILD b/PKGBUILD
index 73c602119c2b..0bad80d7dcd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: c4tz
# Submitter: c4tz
pkgname=kodi-addon-pvr-zattoo
-pkgver=20.3.14
+pkgver=21.0.1
pkgrel=1
pkgdesc='Zattoo PVR Plugin for Kodi'
-_koditarget=Nexus
+_koditarget=Omega
_gitname=pvr.zattoo
-_kodiver=20.2
+_kodiver=21.0
arch=('any')
url="https://github.com/rbuehlma/${_gitname}"
license=('GPL')
@@ -19,8 +19,8 @@ depends=('kodi' 'kodi-addon-script-module-inputstreamhelper')
source=("https://github.com/rbuehlma/${_gitname}/archive/${pkgver}-${_koditarget}.tar.gz"
"https://github.com/xbmc/xbmc/archive/${_kodiver}-${_koditarget}.tar.gz"
)
-sha256sums=('b6f5205caede6aaf57c1eab8206c5a5b3aaa6b5d8bda862d983ca53150cdf14a'
- '4e81abf81172812bc8891f69a7a80a2b846298cecaae7b5009725e28a3040c23')
+sha256sums=('5908de86c038b3565d8b3a8d4578d4cac0d37287fc039808542b874d9fb2bffa'
+ '7f54c1fd8456ac46221fbc85e447362bdc209163c6cb19fca98d106560071b7c')
prepare() {
cd xbmc-${_kodiver}-${_koditarget}