summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevku2024-05-06 09:38:53 +0300
committerkevku2024-05-06 09:38:53 +0300
commit0e39692f1f6211a5535ce3d44f6c6951b53ab378 (patch)
tree7701a5833e3f2a7e7d0e348669af6e1ad9b622bf
parent81e72009b4b9e519d1918e9146f9fdd6622696a7 (diff)
downloadaur-kodi-addon-inputstream-rtmp-git.tar.gz
depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbf016660513..4656ad78d314 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,11 +6,10 @@ pkgbase = kodi-addon-inputstream-rtmp-git
arch = x86_64
arch = i686
arch = armv7h
- license = GPL2
+ license = GPL-2.0-or-later
makedepends = kodi-dev
makedepends = cmake
makedepends = git
- depends = kodi-common
depends = rtmpdump
provides = kodi-addon-inputstream-rtmp
conflicts = kodi-addon-inputstream-rtmp
diff --git a/PKGBUILD b/PKGBUILD
index 3f15769ce7bd..94a89aabe762 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ pkgrel=1
pkgdesc="librtmp support for Kodi 20+"
arch=('x86_64' 'i686' 'armv7h')
url="https://github.com/xbmc/inputstream.rtmp"
-license=('GPL2')
-depends=('kodi-common' 'rtmpdump')
+license=('GPL-2.0-or-later')
+depends=('rtmpdump')
makedepends=('kodi-dev' 'cmake' 'git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")