summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthepasto2019-09-16 12:29:11 +0200
committerthepasto2019-09-16 12:29:11 +0200
commitf416d45381d4fa84b792be12a3496c1938a7fc39 (patch)
treee9ddd8e70c88f5b45ef5cc14029db1dfa9bd9a06
parentf5d72b2d89d4835311bc57386989834be0237301 (diff)
downloadaur-f416d45381d4fa84b792be12a3496c1938a7fc39.tar.gz
Bump to version 3.8.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f97dcb5d68c4..90f6cc182242 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kodi-addon-pvr-iptvsimple
pkgdesc = IPTV Simple PVR client addon for Kodi
- pkgver = 3.5.8
- pkgrel = 2
+ pkgver = 3.8.1
+ pkgrel = 1
url = https://github.com/kodi-pvr/pvr.iptvsimple
arch = armv6h
arch = armv7h
@@ -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.5.8-Leia.tar.gz
- source = https://github.com/xbmc/xbmc/archive/18.3-Leia.tar.gz
- sha256sums = 84e985b5b31044352eaf54914c266a1775f6b7c32a6ce6a46001ddb7d1f9d7fa
- sha256sums = 4f265901c00f582beb8d6ad96c9c303e5ab82611e828c7121ae822b07c0915cc
+ source = https://github.com/kodi-pvr/pvr.iptvsimple/archive/3.8.1-Leia.tar.gz
+ source = https://github.com/xbmc/xbmc/archive/18.4-Leia.tar.gz
+ sha256sums = 4e1af2fbe40f297aa0fd72dad038783ec551aa7b6855822e856a041cd3916a1c
+ sha256sums = bf2be186d8ae5b5377e43c06a538012bb9f51a0e98f8244b70a401006861d110
pkgname = kodi-addon-pvr-iptvsimple
diff --git a/PKGBUILD b/PKGBUILD
index efc254198670..f344a5769a42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: thepasto <thepasto@gmail.com>
pkgname=kodi-addon-pvr-iptvsimple
-pkgver=3.5.8
-pkgrel=2
+pkgver=3.8.1
+pkgrel=1
pkgdesc='IPTV Simple PVR client addon for Kodi'
_koditarget=Leia
_gitname=pvr.iptvsimple
-_kodiver=18.3
+_kodiver=18.4
arch=('armv6h' 'armv7h' 'i686' 'x86_64')
url="https://github.com/kodi-pvr/${_gitname}"
license=('GPL')
@@ -16,13 +16,13 @@ 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=('84e985b5b31044352eaf54914c266a1775f6b7c32a6ce6a46001ddb7d1f9d7fa'
- '4f265901c00f582beb8d6ad96c9c303e5ab82611e828c7121ae822b07c0915cc')
+sha256sums=('4e1af2fbe40f297aa0fd72dad038783ec551aa7b6855822e856a041cd3916a1c'
+ 'bf2be186d8ae5b5377e43c06a538012bb9f51a0e98f8244b70a401006861d110')
prepare() {
cd xbmc-${_kodiver}-${_koditarget}
#sed -i "s|-p1 -i|--binary -p1 -i|" cmake/scripts/common/HandleDepends.cmake
- sed -i 's/GIT_SHALLOW 1/GIT_SHALLOW ""/g' cmake/scripts/common/HandleDepends.cmake
+ #sed -i 's/GIT_SHALLOW 1/GIT_SHALLOW ""/g' cmake/scripts/common/HandleDepends.cmake
}
build() {