summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthepasto2020-01-14 11:02:28 +0100
committerthepasto2020-01-14 11:02:28 +0100
commitabb4caa63d71ba484ae32838124001e2fb0ebddb (patch)
tree583432b8bfd8e8dcca12ed668e27cbd9300da9f7
parent1349480e6138fe7bd53b4f87dc842d2bcc6a142f (diff)
downloadaur-abb4caa63d71ba484ae32838124001e2fb0ebddb.tar.gz
Bump to v 3.8.8 - kodi 18.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26b8064d218b..6831539235fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodi-addon-pvr-iptvsimple
pkgdesc = IPTV Simple PVR client addon for Kodi
- pkgver = 3.8.6
+ pkgver = 3.8.8
pkgrel = 1
url = https://github.com/kodi-pvr/pvr.iptvsimple
arch = armv6h
@@ -14,10 +14,10 @@ pkgbase = kodi-addon-pvr-iptvsimple
depends = kodi
depends = git
conflicts = kodi-addon-pvr-iptvsimple-git
- source = https://github.com/kodi-pvr/pvr.iptvsimple/archive/3.8.6-Leia.tar.gz
- source = https://github.com/xbmc/xbmc/archive/18.4-Leia.tar.gz
- sha256sums = d1661f4d88b750cb84fd6a1a3bb4f22b27e00f986f1d17703c04ca92311d5593
- sha256sums = bf2be186d8ae5b5377e43c06a538012bb9f51a0e98f8244b70a401006861d110
+ source = https://github.com/kodi-pvr/pvr.iptvsimple/archive/3.8.8-Leia.tar.gz
+ source = https://github.com/xbmc/xbmc/archive/18.5-Leia.tar.gz
+ sha256sums = 25eff252ad748e0cf166cd01b0f08e8fb3977c98a1b04cad9ef6509ea30c5fa9
+ sha256sums = 108979df8b41ab4168f5cdc0233f46e38767eda5921f4ccae16584e98d0d6b29
pkgname = kodi-addon-pvr-iptvsimple
diff --git a/PKGBUILD b/PKGBUILD
index 31ad42693765..039ba7776f0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: thepasto <thepasto@gmail.com>
pkgname=kodi-addon-pvr-iptvsimple
-pkgver=3.8.6
+pkgver=3.8.8
pkgrel=1
pkgdesc='IPTV Simple PVR client addon for Kodi'
_koditarget=Leia
_gitname=pvr.iptvsimple
-_kodiver=18.4
+_kodiver=18.5
arch=('armv6h' 'armv7h' 'i686' 'x86_64')
url="https://github.com/kodi-pvr/${_gitname}"
license=('GPL')
@@ -16,8 +16,8 @@ depends=('kodi' 'git')
source=("https://github.com/kodi-pvr/${_gitname}/archive/${pkgver}-${_koditarget}.tar.gz"
"https://github.com/xbmc/xbmc/archive/${_kodiver}-${_koditarget}.tar.gz"
)
-sha256sums=('d1661f4d88b750cb84fd6a1a3bb4f22b27e00f986f1d17703c04ca92311d5593'
- 'bf2be186d8ae5b5377e43c06a538012bb9f51a0e98f8244b70a401006861d110')
+sha256sums=('25eff252ad748e0cf166cd01b0f08e8fb3977c98a1b04cad9ef6509ea30c5fa9'
+ '108979df8b41ab4168f5cdc0233f46e38767eda5921f4ccae16584e98d0d6b29')
prepare() {
cd xbmc-${_kodiver}-${_koditarget}