khal: update to 0.9.0
vdirsyncer isn’t a hard dependency any more.
This commit is contained in:
parent
f631ca51f0
commit
42f3ae266c
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'khal'
|
# Template file for 'khal'
|
||||||
pkgname=khal
|
pkgname=khal
|
||||||
version=0.8.4
|
version=0.9.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="khal"
|
pycompile_module="khal"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-click python3-configobj
|
depends="python3-setuptools python3-click python3-configobj
|
||||||
python3-dateutil python3-icalendar python3-pytz python3-tzlocal
|
python3-dateutil python3-icalendar python3-pytz python3-tzlocal
|
||||||
python3-urwid python3-xdg vdirsyncer"
|
python3-urwid python3-xdg python3-atomicwrites"
|
||||||
short_desc="Command-line calendar build around CalDAV"
|
short_desc="Command-line calendar build around CalDAV"
|
||||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://lostpackets.de/khal/"
|
homepage="http://lostpackets.de/khal/"
|
||||||
distfiles="${PYPI_SITE}/k/khal/khal-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/k/khal/khal-${version}.tar.gz"
|
||||||
checksum=2e5c41eadf83c8f175dc05816571e747da921b025e4acc6b287c109b6e237e0f
|
checksum=b9aa992a8ed1a5d816eeeff79256ad7edea591acdf16ae30e65bfdc3adef0f8d
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i setup.py \
|
sed -i setup.py \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user