summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkevku2017-08-07 13:47:23 +0300
committerkevku2017-08-07 13:47:23 +0300
commitb55cfb82edb99553036fd577679e9fc3955f1619 (patch)
tree993f56fb075f6f200ebb3c07c21bc97546098547 /PKGBUILD
parentfcb8d441b248032b74073abb34656cc7b96de376 (diff)
downloadaur-b55cfb82edb99553036fd577679e9fc3955f1619.tar.gz
fix kodi 17 commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d6f2a29ca1b..f33faa480db8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: kevku <kevku@gmx.com>
pkgname=kodi-addon-inputstream-rtmp-git
-pkgver=r44.d93d32d
+pkgver=r37.6c1af46
pkgrel=1
pkgdesc="librtmp support for Kodi 17+"
arch=('x86_64' 'i686')
@@ -11,7 +11,7 @@ makedepends=('kodi-dev')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
#kodi 17
-source=('kodi-addon-inputstream-rtmp-git::git+https://github.com/notspiff/inputstream.rtmp.git#commit=d93d32d')
+source=('kodi-addon-inputstream-rtmp-git::git+https://github.com/notspiff/inputstream.rtmp.git#commit=6c1af46')
#kodi 18
# source=('kodi-addon-inputstream-rtmp-git::git+https://github.com/notspiff/inputstream.rtmp.git')
md5sums=('SKIP')