mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
qytdl: fix pycompile_dirs, youtube-dl -> python3-youtube-dl
This commit is contained in:
parent
34f415ce56
commit
56759b02cb
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'qytdl'
|
# Template file for 'qytdl'
|
||||||
pkgname=qytdl
|
pkgname=qytdl
|
||||||
version=0.93
|
version=0.93
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
pycompile_dirs="/usr/share/qytdl"
|
pycompile_dirs="usr/share/qytdl/src"
|
||||||
depends="desktop-file-utils python3-PyQt5 youtube-dl"
|
depends="desktop-file-utils python3-PyQt5 python3-youtube-dl"
|
||||||
short_desc="Simple Qt (PyQt5) frontend to Youtube-DL"
|
short_desc="Simple Qt (PyQt5) frontend to Youtube-DL"
|
||||||
maintainer="cr6git <quark6@protonmail.com>"
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue