From 76287807afc272fa67002befd16274666d15f4de Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 7 Aug 2018 08:35:13 -0300 Subject: [PATCH] ytcc: update to 1.7.1. --- srcpkgs/ytcc/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template index c07c06fa635..77d3e0a6963 100644 --- a/srcpkgs/ytcc/template +++ b/srcpkgs/ytcc/template @@ -1,21 +1,20 @@ # Template file for 'ytcc' pkgname=ytcc -version=1.7.0 +version=1.7.1 revision=1 noarch=yes build_style=python3-module pycompile_module="ytcc" hostmakedepends="python3-setuptools" -depends="python3-lxml python3-feedparser python3-dateutil python3-youtube-dl" +depends="python3-dateutil python3-feedparser python3-lxml python3-youtube-dl" short_desc="Cmdline tool to track your youtube channels" maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://github.com/woefe/ytcc" distfiles="https://github.com/woefe/ytcc/archive/v${version}.tar.gz" -checksum=f0a77c33089a0fc2e0d949fabce82e7d307a8de3a4f7f563734f2490d98fef9e +checksum=26a7022d5de49450598df41228c149530c76674d48c80e9dda27dfbe405b4421 post_install() { vinstall completions/fish/ytcc.fish 0644 usr/share/fish/completions vinstall completions/zsh/_ytcc 0644 usr/share/zsh/site-functions } -