summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Grinko2022-01-12 23:43:51 +0200
committerIvan Grinko2022-01-12 23:43:51 +0200
commit747c086ed224febea127a6fed3fe20032e940d52 (patch)
treefdf387303f5769c4a631dbe576a6bd697ead2520
parent80167cb467b4e45ac28e15d52c2ad1918a35c20b (diff)
downloadaur-747c086ed224febea127a6fed3fe20032e940d52.tar.gz
update kodi dep to 19.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 946d8e0eb0d2..06580a6e17fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,8 +13,8 @@ pkgbase = kodi-addon-inputstream-adaptive-any
conflicts = kodi-addon-inputstream-adaptive
conflicts = kodi-addon-inputstream-adaptive-19
source = https://github.com/peak3d/inputstream.adaptive/archive/19.0.2-Matrix.tar.gz
- source = https://github.com/xbmc/xbmc/archive/19.1-Matrix.tar.gz
+ source = https://github.com/xbmc/xbmc/archive/19.3-Matrix.tar.gz
sha256sums = f2285e77043a0c9160d1ab11dd5943cc584be17a2f7920be3002751ff697ec7b
- sha256sums = 195a916a32057e259e6f42b49ba8f07cc6253460018851a52deb058ae938c58c
+ sha256sums = 440f47e475dd8a48e0a6d41349e83b74890f3fbe8275d3e401d3c50f5b9ea09b
pkgname = kodi-addon-inputstream-adaptive-any
diff --git a/PKGBUILD b/PKGBUILD
index a87fba685fe1..0efeda56bc18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Inputstream adaptive without kodi-dev dependency, so it can be built on any architecture"
_koditarget=Matrix
_gitname=inputstream.adaptive
-_kodiver=19.1
+_kodiver=19.3
arch=('any')
url="https://github.com/peak3d/${_gitname}"
license=('GPL')
@@ -19,7 +19,8 @@ source=("https://github.com/peak3d/${_gitname}/archive/${pkgver}-${_koditarget}.
)
sha256sums=('f2285e77043a0c9160d1ab11dd5943cc584be17a2f7920be3002751ff697ec7b'
- '195a916a32057e259e6f42b49ba8f07cc6253460018851a52deb058ae938c58c')
+ '440f47e475dd8a48e0a6d41349e83b74890f3fbe8275d3e401d3c50f5b9ea09b')
+
prepare() {
cd xbmc-${_kodiver}-${_koditarget}
}