summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorA Frederick Christensen2020-05-29 09:29:55 -0500
committerA Frederick Christensen2020-05-29 09:29:55 -0500
commita2d98674fc1a7d2906e2669186c4c92a81590bbc (patch)
tree9687e4496915d1fd71417393d1ece9b73329c967 /PKGBUILD
parent0b0005a7aac17348c0b88ac9b4a32b08c31fd0f5 (diff)
downloadaur-a2d98674fc1a7d2906e2669186c4c92a81590bbc.tar.gz
Version Bump -> 0.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1fae931b8835..6d197e5539d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Carsten Feuls <archlinux@carstenfeuls.de>
pkgname=python-caldav
-pkgver=0.6.2
+pkgver=0.7.0
pkgrel=1
pkgdesc="a caldav client library"
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('python' 'python-lxml' 'python-vobject' 'python-dateutil' 'python-distribute' 'python-six' 'python-requests')
options=(!emptydirs)
source=("https://github.com/python-caldav/caldav/archive/v${pkgver}.tar.gz")
-sha256sums=('f76d20a3a32ac5c8c6c3d748423cc6c5ce67eb320a80c1323ab8b1a11a1fd1d7')
+sha256sums=('785c842f978355338463402bcedb4a647b00fc2e3a3ce11ea445dbb7788fbcf6')
package() {
cd "$srcdir/caldav-$pkgver"