mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
ytcc: update to 1.8.0.
This commit is contained in:
parent
993338e2a2
commit
e41b9b1861
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'ytcc'
|
# Template file for 'ytcc'
|
||||||
pkgname=ytcc
|
pkgname=ytcc
|
||||||
version=1.7.4
|
version=1.8.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="ytcc"
|
pycompile_module="ytcc"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-dateutil python3-feedparser python3-lxml python3-youtube-dl"
|
depends="python3-SQLAlchemy python3-feedparser python3-lxml python3-youtube-dl"
|
||||||
short_desc="Cmdline tool to track your youtube channels"
|
short_desc="Cmdline tool to track your youtube channels"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/woefe/ytcc"
|
homepage="https://github.com/woefe/ytcc"
|
||||||
distfiles="https://github.com/woefe/ytcc/archive/v${version}.tar.gz"
|
distfiles="https://github.com/woefe/ytcc/archive/v${version}.tar.gz"
|
||||||
checksum=d05767a6e93a311e431af66dc8b6e62344c20d2f669575aab76365b7785a8fc4
|
checksum=ea51c6d28e46ee4cb02a5f94616b3456c7a6d75e5d270099e670e67a7cdfa7af
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall completions/fish/ytcc.fish 0644 usr/share/fish/completions
|
vinstall completions/fish/ytcc.fish 0644 usr/share/fish/completions
|
||||||
|
|
Loading…
Add table
Reference in a new issue