summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"