diff options
author | Borhaneddine Guemidi | 2022-03-21 13:44:59 +0100 |
---|---|---|
committer | Borhaneddine Guemidi | 2022-03-21 13:44:59 +0100 |
commit | 33814bd06624fd4bdcac363f591e460a5b7c3d91 (patch) | |
tree | 0ef3dda3f2b66b2096a8f8c0ef4174ce38c3b6ec /PKGBUILD | |
parent | 16252dbb268c8c802f8fafa0159e15840b4efba5 (diff) | |
download | aur-33814bd06624fd4bdcac363f591e460a5b7c3d91.tar.gz |
:bug: Add python-mutagen as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |