summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorakbdt2023-08-02 16:04:59 +0200
committerakbdt2023-08-02 16:04:59 +0200
commit20daaff16983a6277fdbd87f82be3f817c05410b (patch)
tree8e82fc15d570f228713d3dd34ef94bc227d80f8c
parent911ec25305eb8b8df8c84f6e841e4ddf03dc052a (diff)
downloadaur-20daaff16983a6277fdbd87f82be3f817c05410b.tar.gz
use nexus version
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb7efc34a026..9e4d13c2c0a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodi-addon-pvr-zattoo
pkgdesc = Zattoo PVR Plugin for Kodi
- pkgver = 19.7.4
+ pkgver = 20.3.13
pkgrel = 1
url = https://github.com/rbuehlma/pvr.zattoo
arch = any
@@ -12,10 +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/19.7.4-Matrix.tar.gz
- source = https://github.com/xbmc/xbmc/archive/19.0-Matrix.tar.gz
- sha256sums = 3ea4c8affb3d34947d09df8abbe708430b07f35c6d042463593438eadbfb6b45
- sha256sums = f7ef8a6f45862ae3b7ebfce4950d74f534be3cb4a0e67ce640963746b3f668f2
+ source = https://github.com/rbuehlma/pvr.zattoo/archive/20.3.13-Nexus.tar.gz
+ source = https://github.com/xbmc/xbmc/archive/20.2-Nexus.tar.gz
+ sha256sums = 5a2fa7655b3c62912341f453a98df81fa47e53c3c54a4e9bea47a4a85f4d2a20
+ sha256sums = 4e81abf81172812bc8891f69a7a80a2b846298cecaae7b5009725e28a3040c23
pkgname = kodi-addon-pvr-zattoo
-
diff --git a/PKGBUILD b/PKGBUILD
index af25d7f6d0f9..d56f6aad7449 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,13 @@
-# Maintainer: c4tz
+# Maintainer: akbdt
+# Contributor: c4tz
+# Submitter: c4tz
pkgname=kodi-addon-pvr-zattoo
-pkgver=19.7.4
+pkgver=20.3.13
pkgrel=1
pkgdesc='Zattoo PVR Plugin for Kodi'
-_koditarget=Matrix
+_koditarget=Nexus
_gitname=pvr.zattoo
-_kodiver=19.0
+_kodiver=20.2
arch=('any')
url="https://github.com/rbuehlma/${_gitname}"
license=('GPL')
@@ -17,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=('3ea4c8affb3d34947d09df8abbe708430b07f35c6d042463593438eadbfb6b45'
- 'f7ef8a6f45862ae3b7ebfce4950d74f534be3cb4a0e67ce640963746b3f668f2')
+sha256sums=('5a2fa7655b3c62912341f453a98df81fa47e53c3c54a4e9bea47a4a85f4d2a20'
+ '4e81abf81172812bc8891f69a7a80a2b846298cecaae7b5009725e28a3040c23')
prepare() {
cd xbmc-${_kodiver}-${_koditarget}