mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
qytdl: update to 0.93. (#13502)
This commit is contained in:
parent
d28d6eb3c4
commit
34f415ce56
1 changed files with 4 additions and 3 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'qytdl'
|
# Template file for 'qytdl'
|
||||||
pkgname=qytdl
|
pkgname=qytdl
|
||||||
version=0.92
|
version=0.93
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
pycompile_dirs="/usr/share/qytdl"
|
||||||
depends="desktop-file-utils python3-PyQt5 youtube-dl"
|
depends="desktop-file-utils python3-PyQt5 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>"
|
||||||
homepage="https://github.com/jahendrie/qytdl"
|
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
homepage="http://www.someplacedumb.net/content/progs/#qytdl"
|
||||||
distfiles="http://www.someplacedumb.net/content/progs/qytdl/qytdl-${version}.tar.gz"
|
distfiles="http://www.someplacedumb.net/content/progs/qytdl/qytdl-${version}.tar.gz"
|
||||||
checksum=c4c3cda9ae34f30a5ed3c85883b3858cf8021123ef15b6d9e2de40b6ae2ee303
|
checksum=fe811fc7f91aa7c83aa381f754237df5be48e13be803accc08a1cd879aee630c
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make PREFIX=${DESTDIR}/usr install
|
make PREFIX=${DESTDIR}/usr install
|
||||||
|
|
Loading…
Add table
Reference in a new issue