clerk: update to 4.0.4.

This commit is contained in:
maxice8 2017-10-30 17:35:16 -02:00 committed by Enno Boland
parent a07ab7eada
commit f6e8e3364b
2 changed files with 3 additions and 13 deletions

View File

@ -1,7 +0,0 @@
if [ "$UPDATE" != "yes" ]; then
echo "Clerk requires extra configuration to be done."
echo ""
echo "1. Copy the files from /usr/share/examples/clerk to ~/.config/clerk"
echo "2. edit ~/.config/clerk/clerk.conf to your likings, specially database="
echo "and tmux_config= that have PLACEHOLDER"
fi

View File

@ -1,23 +1,20 @@
# Template file for 'clerk'
pkgname=clerk
version=4.0.3
version=4.0.4
revision=1
noarch=yes
depends="rofi fzf tmux mpc perl-Net-MPD perl-Data-MessagePack perl-File-Slurper
perl-Config-Simple perl-Try-Tiny perl-IPC-Run perl-HTTP-Date"
perl-Config-Simple perl-Try-Tiny perl-IPC-Run perl-HTTP-Date perl-Data-Section-Simple"
short_desc="MPD client written in Perl using rofi or fzf"
maintainer="ibrokemypie <ibrokemypie@bastardi.net>"
license="MIT"
homepage="https://github.com/carnager/clerk/"
distfiles="https://github.com/carnager/clerk/archive/${version}.tar.gz"
checksum=f6872de69e3cdd07ed051c7955439a00ef45ab244eda2c90843c0cc20362d4ec
checksum=11789fe78ad8e1d43735d04adfa45ef9793efcc81a3f05a63cfe5c41a3ad3770
do_install() {
vbin clerk.pl clerk
vbin clerk_rating_client
vsconf clerk.conf
vsconf clerk.tmux
vlicense LICENSE
}