summarylogtreecommitdiffstats
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
parent6245267713a4805a98b7e8d03fe871467f2c5cfc (diff)
downloadaur-c524f2d52b6d3fa7ce09088df7076670c5dae71f.tar.gz
version bump -> 0.9.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58738f01d2ef..2be9a03db316 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-caldav
pkgdesc = a caldav client library
- pkgver = 0.9.1
+ pkgver = 0.9.2
pkgrel = 1
url = https://pypi.python.org/pypi/caldav
arch = any
@@ -15,7 +15,7 @@ pkgbase = python-caldav
optdepends = python-pytz: Resolves https://github.com/collective/icalendar/issues/333
optdepends = python-tzlocal: Resolves https://github.com/collective/icalendar/issues/333
options = !emptydirs
- source = https://github.com/python-caldav/caldav/archive/v0.9.1.tar.gz
- sha256sums = 1ba065850b92f5f9916ecd022af042ab39e727e9f2507645efaa341e71e2e780
+ source = https://github.com/python-caldav/caldav/archive/v0.9.2.tar.gz
+ sha256sums = 47163cae0343a2758b111d77fc92996db4286bed1fd08b48fa230c03c70b6e1b
pkgname = python-caldav
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"