summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracidicX2023-03-17 19:25:03 +0100
committeracidicX2023-03-17 19:25:03 +0100
commit8496fee3a07f44cecf95d69462d38bafd57579ef (patch)
treec78b1b0f3bef2d1cb956c02b92e228e800882c46
parent792c3c53899659d95ec7174ec2bfdf1c269cbce4 (diff)
downloadaur-8496fee3a07f44cecf95d69462d38bafd57579ef.tar.gz
chore: upgrade to 20.7 and kodi 20.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b31c9bd8b8d..fc7b31394cc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodi-addon-pvr-waipu
pkgdesc = Waipu.tv PVR Plugin for Kodi
- pkgver = 20.6.0
+ pkgver = 20.7.0
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.6.0-Nexus.tar.gz
- source = https://github.com/xbmc/xbmc/archive/20.0-Nexus.tar.gz
- sha256sums = 64d348040dcf523d5ef7dad2cc6efa05b2186d99b116f353d97d2cbd5f4093b8
- sha256sums = 4c75add8b9ea44924b6ee45f94439545676033f35f5993908871e3dded527b79
+ source = https://github.com/flubshi/pvr.waipu/archive/20.7.0-Nexus.tar.gz
+ source = https://github.com/xbmc/xbmc/archive/20.1-Nexus.tar.gz
+ sha256sums = 6de61dd6804cd868597e17c35ce229cc641238706179a0a75fb627dea47477cc
+ sha256sums = cd4158b2bc2d9593ad2f5c1cd2494957ab726b13d8379bbfb09d7d36df7b7d7e
pkgname = kodi-addon-pvr-waipu
diff --git a/PKGBUILD b/PKGBUILD
index 745d856b5f7f..aa163e2425e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: acidicX
pkgname=kodi-addon-pvr-waipu
-pkgver=20.6.0
+pkgver=20.7.0
pkgrel=1
pkgdesc='Waipu.tv PVR Plugin for Kodi'
_koditarget=Nexus
_gitname=pvr.waipu
-_kodiver=20.0
+_kodiver=20.1
arch=('any')
url="https://github.com/flubshi/${_gitname}"
license=('GPL')
@@ -17,8 +17,8 @@ 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=('64d348040dcf523d5ef7dad2cc6efa05b2186d99b116f353d97d2cbd5f4093b8'
- '4c75add8b9ea44924b6ee45f94439545676033f35f5993908871e3dded527b79')
+sha256sums=('6de61dd6804cd868597e17c35ce229cc641238706179a0a75fb627dea47477cc'
+ 'cd4158b2bc2d9593ad2f5c1cd2494957ab726b13d8379bbfb09d7d36df7b7d7e')
prepare() {
cd xbmc-${_kodiver}-${_koditarget}
mkdir -p "cmake/addons/addons/${_gitname}/"