summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthepasto2023-07-30 08:28:53 +0200
committerthepasto2023-07-30 08:28:53 +0200
commita52dacdfe0dc78173ac1b2d5bb864e3b584fd5b8 (patch)
treecf744bea1f9573b3e1b20d5dfb21d77e64f9e77e
parentc48bbaf8d612701713410160864032d08662533c (diff)
downloadaur-a52dacdfe0dc78173ac1b2d5bb864e3b584fd5b8.tar.gz
Bump to 20.11.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cb8f8730d31..20d7df939183 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodi-addon-pvr-iptvsimple
pkgdesc = IPTV Simple PVR client addon for Kodi
- pkgver = 20.10.1
+ pkgver = 20.11.0
pkgrel = 1
url = https://github.com/kodi-pvr/pvr.iptvsimple
arch = armv6h
@@ -15,9 +15,9 @@ pkgbase = kodi-addon-pvr-iptvsimple
makedepends = git
depends = kodi
conflicts = kodi-addon-pvr-iptvsimple-git
- source = https://github.com/kodi-pvr/pvr.iptvsimple/archive/20.10.1-Nexus.tar.gz
- source = https://github.com/xbmc/xbmc/archive/20.1-Nexus.tar.gz
- sha256sums = 91ed962a4f77a2aa5df820ce57cf744c2a8ea02a356dafc2da270cf813c2d669
- sha256sums = cd4158b2bc2d9593ad2f5c1cd2494957ab726b13d8379bbfb09d7d36df7b7d7e
+ source = https://github.com/kodi-pvr/pvr.iptvsimple/archive/20.11.0-Nexus.tar.gz
+ source = https://github.com/xbmc/xbmc/archive/20.2-Nexus.tar.gz
+ sha256sums = c2014b11dd928a1d4789279d7f3ce25af8af4047194e8406f9dfd99d16fe2ee2
+ sha256sums = 4e81abf81172812bc8891f69a7a80a2b846298cecaae7b5009725e28a3040c23
pkgname = kodi-addon-pvr-iptvsimple
diff --git a/PKGBUILD b/PKGBUILD
index 3bcd585bbecf..9c6329c2cd52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: thepasto <thepasto@gmail.com>
pkgname=kodi-addon-pvr-iptvsimple
-pkgver=20.10.1
+pkgver=20.11.0
pkgrel=1
pkgdesc='IPTV Simple PVR client addon for Kodi'
_koditarget=Nexus
_gitname=pvr.iptvsimple
-_kodiver=20.1
+_kodiver=20.2
arch=('armv6h' 'armv7h' 'aarch64' 'i686' 'x86_64')
url="https://github.com/kodi-pvr/${_gitname}"
license=('GPL')
@@ -16,8 +16,8 @@ depends=('kodi')
source=("https://github.com/kodi-pvr/${_gitname}/archive/${pkgver}-${_koditarget}.tar.gz"
"https://github.com/xbmc/xbmc/archive/${_kodiver}-${_koditarget}.tar.gz"
)
-sha256sums=('91ed962a4f77a2aa5df820ce57cf744c2a8ea02a356dafc2da270cf813c2d669'
- 'cd4158b2bc2d9593ad2f5c1cd2494957ab726b13d8379bbfb09d7d36df7b7d7e')
+sha256sums=('c2014b11dd928a1d4789279d7f3ce25af8af4047194e8406f9dfd99d16fe2ee2'
+ '4e81abf81172812bc8891f69a7a80a2b846298cecaae7b5009725e28a3040c23')
#prepare() {
#cd xbmc-${_kodiver}-${_koditarget}