summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorc4tz2020-05-04 11:13:03 +0200
committerc4tz2020-05-04 11:13:03 +0200
commit624e49e5de80e994cc183e1af3e8134e8f09659e (patch)
tree871f25659b978b6ce2b0773b3e2af0bdd83ab075
parentb8ca93fc64b42139f87665545c12ea5a757d2d80 (diff)
downloadaur-624e49e5de80e994cc183e1af3e8134e8f09659e.tar.gz
update to 0.2.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91f2d638caa1..88ddc38e5732 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodi-addon-pvr-waipu
pkgdesc = Waipu.tv PVR Plugin for Kodi
- pkgver = 0.2.0
+ pkgver = 0.2.2
pkgrel = 1
url = https://github.com/flubshi/pvr.waipu
arch = any
@@ -12,10 +12,10 @@ 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/0.2.0-Leia.tar.gz
- source = https://github.com/xbmc/xbmc/archive/18.4-Leia.tar.gz
- sha256sums = 9884c0a7c5f040c44b16ac3de0dad2fdca506ecc382c86a32fdc7a41b258b6c9
- sha256sums = bf2be186d8ae5b5377e43c06a538012bb9f51a0e98f8244b70a401006861d110
+ source = https://github.com/flubshi/pvr.waipu/archive/0.2.2-Leia.tar.gz
+ source = https://github.com/xbmc/xbmc/archive/18.6-Leia.tar.gz
+ sha256sums = 69ed58c049380aeb432d060be6a20f77f50ae458512cdec7f2d89cd2584f3cf0
+ sha256sums = 47e6d7d4e01dbda92ff83a3e141ac43003e918133e78b3a4b79faff65184711c
pkgname = kodi-addon-pvr-waipu
diff --git a/PKGBUILD b/PKGBUILD
index ba450200f8fc..6b0c2fab8dda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: c4tz
pkgname=kodi-addon-pvr-waipu
-pkgver=0.2.0
+pkgver=0.2.2
pkgrel=1
pkgdesc='Waipu.tv PVR Plugin for Kodi'
_koditarget=Leia
_gitname=pvr.waipu
-_kodiver=18.4
+_kodiver=18.6
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=('9884c0a7c5f040c44b16ac3de0dad2fdca506ecc382c86a32fdc7a41b258b6c9'
- 'bf2be186d8ae5b5377e43c06a538012bb9f51a0e98f8244b70a401006861d110')
+sha256sums=('69ed58c049380aeb432d060be6a20f77f50ae458512cdec7f2d89cd2584f3cf0'
+ '47e6d7d4e01dbda92ff83a3e141ac43003e918133e78b3a4b79faff65184711c')
prepare() {
cd xbmc-${_kodiver}-${_koditarget}