git-cal: fix typo

This commit is contained in:
Rasmus Thomsen 2018-10-05 12:46:45 +02:00 committed by Helmut Pozimski
parent f804996523
commit 41d392bf5d

View file

@ -1,11 +1,11 @@
# Template file for 'git-cal' # Template file for 'git-cal'
pkgname=git-cal pkgname=git-cal
version=0.9.1 version=0.9.1
revision=2 revision=3
noarch=yes noarch=yes
build_style=perl-module build_style=perl-module
hostmakedepends="perl" hostmakedepends="perl"
makedepends="${hostmakedepends}" makedepends="$hostmakedepends"
depends="perl" depends="perl"
short_desc="GitHub like contributions calendar on terminal" short_desc="GitHub like contributions calendar on terminal"
maintainer="Eivind Uggedal <eivind@uggedal.com>" maintainer="Eivind Uggedal <eivind@uggedal.com>"
@ -14,6 +14,6 @@ homepage="https://github.com/k4rthik/${pkgname}"
distfiles="${homepage}/archive/v${version}.tar.gz" distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=783fa73197b349a51d90670480a750b063c97e5779a5231fe046315af0a946cd checksum=783fa73197b349a51d90670480a750b063c97e5779a5231fe046315af0a946cd
post_intall() { post_install() {
vlicense LICENSE vlicense LICENSE
} }