summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69f98a1f6642..1a7895e41262 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,8 +14,8 @@ pkgbase = unlinkmkv-git
depends = perl-ipc-run3
depends = perl-file-which
depends = ffmpeg
+ depends = perl-json
source = git+https://github.com/gnoling/UnlinkMKV.git
sha256sums = SKIP
pkgname = unlinkmkv-git
-
diff --git a/PKGBUILD b/PKGBUILD
index e337665c44f0..cac270b186d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/gnoling/UnlinkMKV"
license=('GPL')
makedepends=('git')
-depends=('perl' 'mkvtoolnix-cli' 'perl-xml-libxml' 'perl-log-log4perl' 'perl-string-crc32' 'perl-ipc-run3' 'perl-file-which' 'ffmpeg')
+depends=('perl' 'mkvtoolnix-cli' 'perl-xml-libxml' 'perl-log-log4perl' 'perl-string-crc32' 'perl-ipc-run3' 'perl-file-which' 'ffmpeg' 'perl-json')
source=('git+https://github.com/gnoling/UnlinkMKV.git')
sha256sums=('SKIP')