summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFinn Steglich2017-01-16 14:05:29 +0100
committerFinn Steglich2017-01-16 14:05:29 +0100
commitdbee085c7fd459a6b455c74411d82f330f275d85 (patch)
tree2d28cb84ab524381d9e7ba8051a31b6fe26600e7
parent4be9809635b1be5fce191438e926522e744cb85c (diff)
downloadaur-dbee085c7fd459a6b455c74411d82f330f275d85.tar.gz
updated to version 3.11.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fde58530515..863036bc5774 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Dec 22 11:57:46 UTC 2016
+# Mon Jan 16 13:04:34 UTC 2017
pkgbase = python-icalendar
pkgdesc = A parser/generator of iCalendar files (RFC 2445)
- pkgver = 3.11.1
+ pkgver = 3.11.2
pkgrel = 1
url = http://pypi.python.org/pypi/icalendar/
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-icalendar
depends = python-pytz
depends = python-dateutil
conflicts = python-icalendar-git
- source = https://pypi.python.org/packages/1e/4a/72be37cd66974799a62c0422a8195f0789fdbdd80c993f607db1fcc8615f/icalendar-3.11.1.tar.gz
- sha512sums = f0c98ca029a7731c458ef65ec1b7c8ae284b0f0f42f51eb59def88ba93eeff6df02b9d9b39a9d33db16073ebc48154e58a62620970a520df275ff5e2dcc78c0e
+ source = https://pypi.python.org/packages/e7/e7/71810ac9d3d5a062d3d7d16090ce2ea3e7877c2124afe23f9f7b8e2ffedd/icalendar-3.11.2.tar.gz
+ sha512sums = 8e2d1d5e22cff342b51fd8fdf14897d8e7b575c7788f6b1d6a4c9342da1e062a4aa9461f6baeaf6f131b43715ab67bcdbb32d03f3c628b995816489efc12b345
pkgname = python-icalendar
diff --git a/PKGBUILD b/PKGBUILD
index a758e23b8cef..cb8860e51cf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=python-icalendar
-pkgver=3.11.1
+pkgver=3.11.2
pkgrel=1
pkgdesc='A parser/generator of iCalendar files (RFC 2445)'
arch=('any')
@@ -12,8 +12,8 @@ depends=('python' 'python-pytz' 'python-dateutil')
makedepends=('python-setuptools')
conflicts=('python-icalendar-git')
-source=("https://pypi.python.org/packages/1e/4a/72be37cd66974799a62c0422a8195f0789fdbdd80c993f607db1fcc8615f/icalendar-3.11.1.tar.gz")
-sha512sums=('f0c98ca029a7731c458ef65ec1b7c8ae284b0f0f42f51eb59def88ba93eeff6df02b9d9b39a9d33db16073ebc48154e58a62620970a520df275ff5e2dcc78c0e')
+source=("https://pypi.python.org/packages/e7/e7/71810ac9d3d5a062d3d7d16090ce2ea3e7877c2124afe23f9f7b8e2ffedd/icalendar-3.11.2.tar.gz")
+sha512sums=('8e2d1d5e22cff342b51fd8fdf14897d8e7b575c7788f6b1d6a4c9342da1e062a4aa9461f6baeaf6f131b43715ab67bcdbb32d03f3c628b995816489efc12b345')
package() {
cd "icalendar-${pkgver}"