summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoropengk2024-01-05 14:51:37 +0100
committeropengk2024-01-05 14:51:37 +0100
commitea3a2efb448914f9aff3d11ca23800c1faf9457d (patch)
treed5de7fa8a02d552bafaf4fa659683246db0bd7cf
parent88d581f51d8ce0ec95c5864c9eada9274c551ff8 (diff)
downloadaur-ea3a2efb448914f9aff3d11ca23800c1faf9457d.tar.gz
Fixed depend to kodi-git instead of kosi as this is about Omega
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1bb9827531c..d5d3749f7910 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPL')
groups=('kodi')
makedepends=('cmake' 'git' 'autoconf' 'automake' 'patch' 'nasm' 'pkgconf')
provides=('kodi-addon-inputstream-ffmpegdirect-git')
-depends=('kodi')
+depends=('kodi-git')
#options=('lto')
source=("$_gitname-$_kodiver-$_kodiname::git+https://github.com/xbmc/inputstream.ffmpegdirect.git#branch=$_kodiname"
"xbmc-$_kodiname-$_kodiver::git+https://github.com/xbmc/xbmc.git#tag=$_kodiver-$_kodiname")