summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorA Frederick Christensen2022-10-06 12:05:10 -0500
committerA Frederick Christensen2022-10-06 12:05:10 -0500
commitc524f2d52b6d3fa7ce09088df7076670c5dae71f (patch)
treea1e151fa155067393a7ebb9f473351b1cb39bc5b /PKGBUILD
parent6245267713a4805a98b7e8d03fe871467f2c5cfc (diff)
downloadaur-c524f2d52b6d3fa7ce09088df7076670c5dae71f.tar.gz
version bump -> 0.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd211493bf7a..d4c9f31e8058 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Carsten Feuls <archlinux@carstenfeuls.de>
pkgname=python-caldav
-pkgver=0.9.1
+pkgver=0.9.2
pkgrel=1
pkgdesc="a caldav client library"
arch=('any')
@@ -13,7 +13,7 @@ optdepends=('python-pytz: Resolves https://github.com/collective/icalendar/issue
'python-tzlocal: Resolves https://github.com/collective/icalendar/issues/333')
options=(!emptydirs)
source=("https://github.com/python-caldav/caldav/archive/v${pkgver}.tar.gz")
-sha256sums=('1ba065850b92f5f9916ecd022af042ab39e727e9f2507645efaa341e71e2e780')
+sha256sums=('47163cae0343a2758b111d77fc92996db4286bed1fd08b48fa230c03c70b6e1b')
package() {
cd "$srcdir/caldav-$pkgver"