ytcc: update to 1.8.0.
This commit is contained in:
parent
993338e2a2
commit
e41b9b1861
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'ytcc'
|
||||
pkgname=ytcc
|
||||
version=1.7.4
|
||||
version=1.8.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
pycompile_module="ytcc"
|
||||
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"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/woefe/ytcc"
|
||||
distfiles="https://github.com/woefe/ytcc/archive/v${version}.tar.gz"
|
||||
checksum=d05767a6e93a311e431af66dc8b6e62344c20d2f669575aab76365b7785a8fc4
|
||||
checksum=ea51c6d28e46ee4cb02a5f94616b3456c7a6d75e5d270099e670e67a7cdfa7af
|
||||
|
||||
post_install() {
|
||||
vinstall completions/fish/ytcc.fish 0644 usr/share/fish/completions
|
||||
|
|
Loading…
Reference in New Issue