summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthepasto2023-05-01 18:43:39 +0200
committerthepasto2023-05-01 18:43:39 +0200
commitc48bbaf8d612701713410160864032d08662533c (patch)
treedf8cbd20cad67ced03fc4e569bc57bf1e7bb4b1e
parentf91acd110afe0fa9a34fe1ec9ebae107a84de9bb (diff)
downloadaur-c48bbaf8d612701713410160864032d08662533c.tar.gz
Bump to 20.10.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab43255824c6..6cb8f8730d31 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.0
+ pkgver = 20.10.1
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.0-Nexus.tar.gz
- source = https://github.com/xbmc/xbmc/archive/20.0-Nexus.tar.gz
- sha256sums = 6cce0e7253f4b165050ca412de9cfe5bfccd5f56298ca185dede50d7f7365540
- sha256sums = 4c75add8b9ea44924b6ee45f94439545676033f35f5993908871e3dded527b79
+ 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
pkgname = kodi-addon-pvr-iptvsimple
diff --git a/PKGBUILD b/PKGBUILD
index 6867aba87886..3bcd585bbecf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: thepasto <thepasto@gmail.com>
pkgname=kodi-addon-pvr-iptvsimple
-pkgver=20.10.0
+pkgver=20.10.1
pkgrel=1
pkgdesc='IPTV Simple PVR client addon for Kodi'
_koditarget=Nexus
_gitname=pvr.iptvsimple
-_kodiver=20.0
+_kodiver=20.1
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=('6cce0e7253f4b165050ca412de9cfe5bfccd5f56298ca185dede50d7f7365540'
- '4c75add8b9ea44924b6ee45f94439545676033f35f5993908871e3dded527b79')
+sha256sums=('91ed962a4f77a2aa5df820ce57cf744c2a8ea02a356dafc2da270cf813c2d669'
+ 'cd4158b2bc2d9593ad2f5c1cd2494957ab726b13d8379bbfb09d7d36df7b7d7e')
#prepare() {
#cd xbmc-${_kodiver}-${_koditarget}