summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorA Frederick Christensen2022-06-04 15:47:38 -0500
committerA Frederick Christensen2022-06-04 15:47:38 -0500
commit6245267713a4805a98b7e8d03fe871467f2c5cfc (patch)
tree244b324809fd3f96e48e48bafcdf30d8c4ce74e9 /PKGBUILD
parente4e1592cc67e9bde1d9db640976efb1ea4dc7b06 (diff)
downloadaur-6245267713a4805a98b7e8d03fe871467f2c5cfc.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ad49f1554fe..dd211493bf7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Carsten Feuls <archlinux@carstenfeuls.de>
pkgname=python-caldav
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.9.1
+pkgrel=1
pkgdesc="a caldav client library"
arch=('any')
url="https://pypi.python.org/pypi/caldav"
@@ -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=('a18f343a1f8f1d71ff18c4f90334510814bd8ebda1b844ec419c5e7ffaae2ea6')
+sha256sums=('1ba065850b92f5f9916ecd022af042ab39e727e9f2507645efaa341e71e2e780')
package() {
cd "$srcdir/caldav-$pkgver"