qytdl: update to 1.1.
This commit is contained in:
parent
e1f1b52582
commit
9b8b13c99c
1 changed files with 6 additions and 6 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'qytdl'
|
||||
pkgname=qytdl
|
||||
version=0.93
|
||||
revision=2
|
||||
version=1.1
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=gnu-makefile
|
||||
pycompile_dirs="usr/share/qytdl/src"
|
||||
depends="desktop-file-utils python3-PyQt5 python3-youtube-dl"
|
||||
short_desc="Simple Qt (PyQt5) frontend to Youtube-DL"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.someplacedumb.net/content/progs/#qytdl"
|
||||
distfiles="http://www.someplacedumb.net/content/progs/qytdl/qytdl-${version}.tar.gz"
|
||||
checksum=fe811fc7f91aa7c83aa381f754237df5be48e13be803accc08a1cd879aee630c
|
||||
python_version=3 #unverified
|
||||
distfiles="http://www.someplacedumb.net/content/progs/qytdl/qytdl-${version}.tar.xz"
|
||||
checksum=5626f6cfd205bd0f3e51dbddc4f033502cd64f024c230e2e3e742833c07b5c64
|
||||
python_version=3
|
||||
|
||||
do_install() {
|
||||
make PREFIX=${DESTDIR}/usr install
|
||||
|
|
Loading…
Reference in a new issue