diff options
author | Tim Biermann <tbier@posteo.de> | 2021-11-03 16:29:59 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-11-03 16:45:50 +0100 |
commit | 4fb013ce06f9504e6bcc36fb9c5d227be04cbe08 (patch) | |
tree | c9eaa9716989f90b70607f85074c0bad9e06ea04 /khal | |
parent | 15ba14205da4530e2e5ab3f0bea8acfdf24770f0 (diff) | |
download | contrib-4fb013ce06f9504e6bcc36fb9c5d227be04cbe08.tar.gz contrib-4fb013ce06f9504e6bcc36fb9c5d227be04cbe08.tar.xz |
khal: new dependency: python3-pytz-deprecation-shim
Diffstat (limited to 'khal')
-rw-r--r-- | khal/.signature | 4 | ||||
-rw-r--r-- | khal/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/khal/.signature b/khal/.signature index babf5e7e7..16281d69c 100644 --- a/khal/.signature +++ b/khal/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF341dOSBy+7PTvQth2888tj1VGW2+DDiif3YZK/cNUDhM4NJmAF3RRVcptJsq8iznnRGzn1LGvpQwihqW+Fp9gQU= -SHA256 (Pkgfile) = 98ae3e65261dae3c2acfaf3e202efe2ea08b6181850c754881d1826b388ab9e6 +RWSagIOpLGJF3/47id7Tobpu/f3AZ0pyU0vCB9BPCi6EH9Z73wBlPXXVdYfkwUaT4YPImSfARxhs38YY9RpZHETWMQTNmrRYeAs= +SHA256 (Pkgfile) = d787c42befbb1f058708ee51a3d55f6bc796e79aff85dae249ce8c88df7c549c SHA256 (.footprint) = aa344ff68dec33d50a5cd5f013a3c2401f60b7b5422229e1eda14119033ff358 SHA256 (khal-0.10.4.tar.gz) = 3fdb980a9a61c0206d7a82b16f77b408a4f341a2b866b9c9fcf6a641850d129f diff --git a/khal/Pkgfile b/khal/Pkgfile index 9a7e16256..4e617d609 100644 --- a/khal/Pkgfile +++ b/khal/Pkgfile @@ -1,11 +1,11 @@ # Description: CLI calendar application build around CalDAV # URL: https://lostpackets.de/khal/ # Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: python3-atomicwrites python3-click-log python3-configobj python3-icalendar python3-pyxdg python3-tzlocal python3-urwid +# Depends on: python3-atomicwrites python3-click-log python3-configobj python3-icalendar python3-pytz-deprecation-shim python3-pyxdg python3-tzlocal python3-urwid name=khal version=0.10.4 -release=1 +release=2 source=(https://files.pythonhosted.org/packages/source/k/$name/$name-$version.tar.gz) build() { |