summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracidicX2023-05-11 18:30:56 +0200
committeracidicX2023-05-11 18:30:56 +0200
commit4041d7ad7cad762a4b18fa45a291ca99d8017396 (patch)
tree7da1bac9be2680006216cc49f63845b379b25760
parent3bddca1dd0405ec8bf81cef213ac3832eeac630a (diff)
downloadaur-4041d7ad7cad762a4b18fa45a291ca99d8017396.tar.gz
chore: update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc7b31394cc2..d9c73eeb0ee1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodi-addon-pvr-waipu
pkgdesc = Waipu.tv PVR Plugin for Kodi
- pkgver = 20.7.0
+ pkgver = 20.8.1
pkgrel = 1
url = https://github.com/flubshi/pvr.waipu
arch = any
@@ -12,9 +12,9 @@ pkgbase = kodi-addon-pvr-waipu
depends = kodi-addon-script-module-inputstreamhelper
provides = kodi-addon-pvr-waipu
conflicts = kodi-addon-pvr-waipu
- source = https://github.com/flubshi/pvr.waipu/archive/20.7.0-Nexus.tar.gz
+ source = https://github.com/flubshi/pvr.waipu/archive/20.8.1-Nexus.tar.gz
source = https://github.com/xbmc/xbmc/archive/20.1-Nexus.tar.gz
- sha256sums = 6de61dd6804cd868597e17c35ce229cc641238706179a0a75fb627dea47477cc
+ sha256sums = 5dfe9f891edefd5334c7a45593651634b43e1fdbea5a1b396131a45f5928f4aa
sha256sums = cd4158b2bc2d9593ad2f5c1cd2494957ab726b13d8379bbfb09d7d36df7b7d7e
pkgname = kodi-addon-pvr-waipu
diff --git a/PKGBUILD b/PKGBUILD
index f3af5e3a03ab..1eefdb846584 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: acidicX
pkgname=kodi-addon-pvr-waipu
-pkgver=20.7.0
+pkgver=20.8.1
pkgrel=1
pkgdesc='Waipu.tv PVR Plugin for Kodi'
_koditarget=Nexus
@@ -17,7 +17,7 @@ depends=('kodi' 'kodi-addon-script-module-inputstreamhelper')
source=("https://github.com/flubshi/${_gitname}/archive/${pkgver}-${_koditarget}.tar.gz"
"https://github.com/xbmc/xbmc/archive/${_kodiver}-${_koditarget}.tar.gz"
)
-sha256sums=('311f42b32100324b14008ea1dd91ab6da0803562ebc48e81183473f4c0b72f1c'
+sha256sums=('5dfe9f891edefd5334c7a45593651634b43e1fdbea5a1b396131a45f5928f4aa'
'cd4158b2bc2d9593ad2f5c1cd2494957ab726b13d8379bbfb09d7d36df7b7d7e')
prepare() {
cd xbmc-${_kodiver}-${_koditarget}