mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
smtube: switch to yt-dlp
This commit is contained in:
parent
af405c2577
commit
3deb1dc55d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'smtube'
|
# Template file for 'smtube'
|
||||||
pkgname=smtube
|
pkgname=smtube
|
||||||
version=21.10.0
|
version=21.10.0
|
||||||
revision=1
|
revision=2
|
||||||
build_wrksrc=src
|
build_wrksrc=src
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
make_build_args="
|
make_build_args="
|
||||||
|
@ -10,7 +10,7 @@ make_build_args="
|
||||||
DOC_PATH=\\\"/usr/share/doc/smtube\\\""
|
DOC_PATH=\\\"/usr/share/doc/smtube\\\""
|
||||||
hostmakedepends="qt5-qmake qt5-host-tools"
|
hostmakedepends="qt5-qmake qt5-host-tools"
|
||||||
makedepends="qt5-script-devel qt5-tools-devel qt5-webkit-devel"
|
makedepends="qt5-script-devel qt5-tools-devel qt5-webkit-devel"
|
||||||
depends="desktop-file-utils hicolor-icon-theme youtube-dl"
|
depends="desktop-file-utils hicolor-icon-theme yt-dlp"
|
||||||
short_desc="Small youtube browser"
|
short_desc="Small youtube browser"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue