summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBorhaneddine Guemidi2022-03-21 13:44:59 +0100
committerBorhaneddine Guemidi2022-03-21 13:44:59 +0100
commit33814bd06624fd4bdcac363f591e460a5b7c3d91 (patch)
tree0ef3dda3f2b66b2096a8f8c0ef4174ce38c3b6ec /PKGBUILD
parent16252dbb268c8c802f8fafa0159e15840b4efba5 (diff)
downloadaur-33814bd06624fd4bdcac363f591e460a5b7c3d91.tar.gz
:bug: Add python-mutagen as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f815e63aa2e1..6137fdfcf1ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='A cross-platform GUI for youtube-dl made in Electron and node.js'
arch=('x86_64')
license=('ISC')
-depends=('nodejs' 'npm')
+depends=('nodejs' 'npm' 'python-mutagen')
url="https://github.com/jely2002/youtube-dl-gui"
options=('!strip')
source=("https://github.com/jely2002/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")