summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthepasto2022-06-24 15:09:56 +0200
committerthepasto2022-06-24 15:09:56 +0200
commitd2a54eeb390c313dbbfa7afc1fb72ff1810c51ea (patch)
tree56985ee12e9cd97fe9787bbec5ee53e70616ea0a
parent8b66942d2387bd108e0f0d1b2896f8f68c9c9c1e (diff)
downloadaur-d2a54eeb390c313dbbfa7afc1fb72ff1810c51ea.tar.gz
Bump to 19.1.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31db9b3b3e5d..1fbc45426650 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodi-addon-pvr-iptvsimple
pkgdesc = IPTV Simple PVR client addon for Kodi
- pkgver = 19.1.0
+ pkgver = 19.1.1
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.1.0-Matrix.tar.gz
- source = https://github.com/xbmc/xbmc/archive/19.3-Matrix.tar.gz
- sha256sums = c92736b3f3c96fe36d7b20b329c82b47180260e3ed40fc456ef709572fad5fb0
- sha256sums = 440f47e475dd8a48e0a6d41349e83b74890f3fbe8275d3e401d3c50f5b9ea09b
+ source = https://github.com/kodi-pvr/pvr.iptvsimple/archive/19.1.1-Matrix.tar.gz
+ source = https://github.com/xbmc/xbmc/archive/19.4-Matrix.tar.gz
+ sha256sums = 9950efc08be9ca6e6db65397d06bc9d3bb64782b4d6081e9a34a90d0a9635aea
+ sha256sums = cc026f59fd6e37ae90f3449df50810f1cefa37da9444e1188302d910518710da
pkgname = kodi-addon-pvr-iptvsimple
diff --git a/PKGBUILD b/PKGBUILD
index a41b17894464..b365f8d9c683 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: thepasto <thepasto@gmail.com>
pkgname=kodi-addon-pvr-iptvsimple
-pkgver=19.1.0
+pkgver=19.1.1
pkgrel=1
pkgdesc='IPTV Simple PVR client addon for Kodi'
_koditarget=Matrix
_gitname=pvr.iptvsimple
-_kodiver=19.3
+_kodiver=19.4
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=('c92736b3f3c96fe36d7b20b329c82b47180260e3ed40fc456ef709572fad5fb0'
- '440f47e475dd8a48e0a6d41349e83b74890f3fbe8275d3e401d3c50f5b9ea09b'
+sha256sums=('9950efc08be9ca6e6db65397d06bc9d3bb64782b4d6081e9a34a90d0a9635aea'
+ 'cc026f59fd6e37ae90f3449df50810f1cefa37da9444e1188302d910518710da'
)
prepare() {