summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthepasto2021-10-28 18:55:43 +0200
committerthepasto2021-10-28 18:55:43 +0200
commita2085d977baf6a1ba1f08c1d9997a719482d3a9d (patch)
tree79e7f9274ddd0f6e40e19d9b8f8bf4fda2d4ebac
parent5f59a2492c4e62f69bbc65792d83b84e68ca1159 (diff)
downloadaur-a2085d977baf6a1ba1f08c1d9997a719482d3a9d.tar.gz
Bump to 19.0.2 and 19.3 headers
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0975c32b4354..edf5f2fb9423 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodi-addon-pvr-iptvsimple
pkgdesc = IPTV Simple PVR client addon for Kodi
- pkgver = 19.0.0
+ pkgver = 19.0.2
pkgrel = 1
url = https://github.com/kodi-pvr/pvr.iptvsimple
arch = armv6h
@@ -15,9 +15,9 @@ pkgbase = kodi-addon-pvr-iptvsimple
makedepends = git
depends = kodi
conflicts = kodi-addon-pvr-iptvsimple-git
- source = https://github.com/kodi-pvr/pvr.iptvsimple/archive/19.0.0-Matrix.tar.gz
- source = https://github.com/xbmc/xbmc/archive/19.1-Matrix.tar.gz
- sha256sums = 665441cfe6a83a72d1cbbe3e8adf2a121e5c78a1156830a0036496702a4fce3e
- sha256sums = 195a916a32057e259e6f42b49ba8f07cc6253460018851a52deb058ae938c58c
+ source = https://github.com/kodi-pvr/pvr.iptvsimple/archive/19.0.2-Matrix.tar.gz
+ source = https://github.com/xbmc/xbmc/archive/19.3-Matrix.tar.gz
+ sha256sums = 357442201f4192e13da43c81356bac01fc76d46fd96f4d010f214b29873766c9
+ sha256sums = 440f47e475dd8a48e0a6d41349e83b74890f3fbe8275d3e401d3c50f5b9ea09b
pkgname = kodi-addon-pvr-iptvsimple
diff --git a/PKGBUILD b/PKGBUILD
index 9d72de74c73b..a2883a758bfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: thepasto <thepasto@gmail.com>
pkgname=kodi-addon-pvr-iptvsimple
-pkgver=19.0.0
+pkgver=19.0.2
pkgrel=1
pkgdesc='IPTV Simple PVR client addon for Kodi'
_koditarget=Matrix
_gitname=pvr.iptvsimple
-_kodiver=19.1
+_kodiver=19.3
arch=('armv6h' 'armv7h' 'aarch64' 'i686' 'x86_64')
url="https://github.com/kodi-pvr/${_gitname}"
license=('GPL')
@@ -16,8 +16,8 @@ depends=('kodi')
source=("https://github.com/kodi-pvr/${_gitname}/archive/${pkgver}-${_koditarget}.tar.gz"
"https://github.com/xbmc/xbmc/archive/${_kodiver}-${_koditarget}.tar.gz"
)
-sha256sums=('665441cfe6a83a72d1cbbe3e8adf2a121e5c78a1156830a0036496702a4fce3e'
- '195a916a32057e259e6f42b49ba8f07cc6253460018851a52deb058ae938c58c'
+sha256sums=('357442201f4192e13da43c81356bac01fc76d46fd96f4d010f214b29873766c9'
+ '440f47e475dd8a48e0a6d41349e83b74890f3fbe8275d3e401d3c50f5b9ea09b'
)
prepare() {