summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorthepasto2019-09-16 12:29:11 +0200
committerthepasto2019-09-16 12:29:11 +0200
commitf416d45381d4fa84b792be12a3496c1938a7fc39 (patch)
treee9ddd8e70c88f5b45ef5cc14029db1dfa9bd9a06 /PKGBUILD
parentf5d72b2d89d4835311bc57386989834be0237301 (diff)
downloadaur-f416d45381d4fa84b792be12a3496c1938a7fc39.tar.gz
Bump to version 3.8.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
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() {