summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthepasto2017-05-26 09:13:09 +0200
committerthepasto2017-05-26 09:13:09 +0200
commit1de260112c5871e0c9e792bd5a4d58a7bed4b34d (patch)
tree9721c93c321967cf3ee81966cc487add77c6dd54
parentc04113bd04298bbec8bfbe26148c2398cfe2c4c1 (diff)
downloadaur-1de260112c5871e0c9e792bd5a4d58a7bed4b34d.tar.gz
Updated kodi headers to match current version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8af4816418b5..e41e54c2f871 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kodi-addon-pvr-iptvsimple
pkgdesc = IPTV Simple PVR client addon for Kodi
pkgver = 2.4.11
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/kodi-pvr/pvr.iptvsimple
arch = armv7h
arch = i686
@@ -14,9 +14,9 @@ pkgbase = kodi-addon-pvr-iptvsimple
depends = git
conflicts = kodi-addon-pvr-iptvsimple-git
source = https://github.com/kodi-pvr/pvr.iptvsimple/archive/2.4.11-Krypton.tar.gz
- source = https://github.com/xbmc/xbmc/archive/17.2-Krypton.tar.gz
+ source = https://github.com/xbmc/xbmc/archive/17.3-Krypton.tar.gz
sha256sums = 0a006e275cddba02d5d3fd22a95cec6411a765719509a9bc8fcc93dfa247bd4c
- sha256sums = aed9236c5a0074a4dfc775c111d362e4358daa0030d7e8ba38fbb6d58ae1affe
+ sha256sums = 1de8653a3729cefd1baaf09ecde5ace01a1e3a58fbf29d48c1363f2503d331a1
pkgname = kodi-addon-pvr-iptvsimple
diff --git a/PKGBUILD b/PKGBUILD
index 727f7f4595bb..346805599102 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: thepasto <thepasto@gmail.com>
pkgname=kodi-addon-pvr-iptvsimple
pkgver=2.4.11
-pkgrel=2
+pkgrel=3
pkgdesc='IPTV Simple PVR client addon for Kodi'
_koditarget=Krypton
_gitname=pvr.iptvsimple
-_kodiver=17.2
+_kodiver=17.3
arch=('armv7h' 'i686' 'x86_64')
url="https://github.com/kodi-pvr/${_gitname}"
license=('GPL')
@@ -17,7 +17,7 @@ source=("https://github.com/kodi-pvr/${_gitname}/archive/${pkgver}-${_koditarget
"https://github.com/xbmc/xbmc/archive/${_kodiver}-${_koditarget}.tar.gz"
)
sha256sums=('0a006e275cddba02d5d3fd22a95cec6411a765719509a9bc8fcc93dfa247bd4c'
- 'aed9236c5a0074a4dfc775c111d362e4358daa0030d7e8ba38fbb6d58ae1affe')
+ '1de8653a3729cefd1baaf09ecde5ace01a1e3a58fbf29d48c1363f2503d331a1')
build() {
mkdir -p "pvr.iptvsimple-${pkgver}-${_koditarget}/build"