Skip to content

Commit

Permalink
khal: update to 0.10.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
dataCobra committed Aug 12, 2022
1 parent 2106e06 commit a684b48
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions srcpkgs/khal/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'khal'
pkgname=khal
version=0.10.4
revision=2
version=0.10.5
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-click python3-click-log python3-configobj
Expand All @@ -13,8 +13,7 @@ maintainer="Anachron <gith@cron.world>"
license="MIT"
homepage="http://lostpackets.de/khal/"
distfiles="${PYPI_SITE}/k/khal/khal-${version}.tar.gz"
checksum=3fdb980a9a61c0206d7a82b16f77b408a4f341a2b866b9c9fcf6a641850d129f
make_check=ci-skip
checksum=4eefb7ac302a26d8606db392817587a4ed94c27a15bf2ea211614a464fcf0c76

pre_build() {
vsed -i setup.py \
Expand All @@ -23,6 +22,5 @@ pre_build() {
}
post_install() {
vlicense COPYING
vinstall misc/__khal 644 usr/share/zsh/site-functions
vsconf khal.conf.sample
}

0 comments on commit a684b48

Please sign in to comment.