summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracidicX2023-10-31 20:45:10 +0100
committeracidicX2023-10-31 20:45:10 +0100
commit9e38f20445cd0e5240f57268333571dedd950c07 (patch)
tree11be14bac8b1f3d29567c0418b8664187fa408f0
parent19bd58654a2685101218424446d04420b8c71303 (diff)
downloadaur-9e38f20445cd0e5240f57268333571dedd950c07.tar.gz
chore: update version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cd276c25ce5..6fbd62eea2f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodi-addon-pvr-waipu
pkgdesc = Waipu.tv PVR Plugin for Kodi
- pkgver = 20.9.0
+ pkgver = 20.10.2
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.9.0-Nexus.tar.gz
- source = https://github.com/xbmc/xbmc/archive/20.1-Nexus.tar.gz
- sha256sums = 3a0a1dffe1bb8711dd6747b02a51aee6a0bce40ca6822cc2ab7f04b4b5acb82f
- sha256sums = cd4158b2bc2d9593ad2f5c1cd2494957ab726b13d8379bbfb09d7d36df7b7d7e
+ source = https://github.com/flubshi/pvr.waipu/archive/20.10.2-Nexus.tar.gz
+ source = https://github.com/xbmc/xbmc/archive/20.2-Nexus.tar.gz
+ sha256sums = 2326c3ed0e57ef8020c1041ea6f25fa325c619588c24c71b5963d8dda1c97604
+ sha256sums = 4e81abf81172812bc8891f69a7a80a2b846298cecaae7b5009725e28a3040c23
pkgname = kodi-addon-pvr-waipu
diff --git a/PKGBUILD b/PKGBUILD
index 6f729f746989..b9a3e5182898 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: acidicX
pkgname=kodi-addon-pvr-waipu
-pkgver=20.9.0
+pkgver=20.10.2
pkgrel=1
pkgdesc='Waipu.tv PVR Plugin for Kodi'
_koditarget=Nexus
_gitname=pvr.waipu
-_kodiver=20.1
+_kodiver=20.2
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=('3a0a1dffe1bb8711dd6747b02a51aee6a0bce40ca6822cc2ab7f04b4b5acb82f'
- 'cd4158b2bc2d9593ad2f5c1cd2494957ab726b13d8379bbfb09d7d36df7b7d7e')
+sha256sums=('2326c3ed0e57ef8020c1041ea6f25fa325c619588c24c71b5963d8dda1c97604'
+ '4e81abf81172812bc8891f69a7a80a2b846298cecaae7b5009725e28a3040c23')
prepare() {
cd xbmc-${_kodiver}-${_koditarget}
mkdir -p "cmake/addons/addons/${_gitname}/"