summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2017-11-08 00:36:15 -0500
committerDaniel M. Capella2017-11-08 00:36:15 -0500
commit2e537097fcc3444990fbbb39d1a4aa6de7319da9 (patch)
treec346a6526ae6939559d12ba3ca8f33f6c6585d01
parentf6ea25902006a0f099b890b2bc04b7401a5dabe6 (diff)
downloadaur-2e537097fcc3444990fbbb39d1a4aa6de7319da9.tar.gz
3.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 171c703f6881..9f67253c033d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Sep 25 01:56:18 UTC 2017
+# Wed Nov 8 05:36:12 UTC 2017
pkgbase = python-icalendar
pkgdesc = A parser/generator of iCalendar files (RFC 2445)
- pkgver = 3.11.7
+ pkgver = 3.12
pkgrel = 1
url = https://github.com/collective/icalendar
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-icalendar
makedepends = python-setuptools
depends = python-dateutil
depends = python-pytz
- source = icalendar-3.11.7.tar.gz::https://github.com/collective/icalendar/archive/3.11.7.tar.gz
- sha512sums = 7331e65cea5e4371042cf2e4c547146e99458ea86be39572951f045039ed97fd821296bdb6940a5a8ffdc6273b5b09562557fbd19fa9e5c1839be5396cf16f6a
+ source = icalendar-3.12.tar.gz::https://github.com/collective/icalendar/archive/3.12.tar.gz
+ sha512sums = c2d9ae207fc79b85cf20f0c7b3609ed6417d422f3c51028627fc8146909f9ca345fdca7ef87ba5181561494cc0e2a3a896876e2f1e62533b198ca5598e6e2207
pkgname = python-icalendar
diff --git a/PKGBUILD b/PKGBUILD
index c88b44d04db5..3d399944671e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=python-icalendar
-pkgver=3.11.7
+pkgver=3.12
pkgrel=1
pkgdesc='A parser/generator of iCalendar files (RFC 2445)'
arch=('any')
@@ -12,7 +12,7 @@ license=('GPL')
depends=('python-dateutil' 'python-pytz')
makedepends=('python-setuptools')
source=("icalendar-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('7331e65cea5e4371042cf2e4c547146e99458ea86be39572951f045039ed97fd821296bdb6940a5a8ffdc6273b5b09562557fbd19fa9e5c1839be5396cf16f6a')
+sha512sums=('c2d9ae207fc79b85cf20f0c7b3609ed6417d422f3c51028627fc8146909f9ca345fdca7ef87ba5181561494cc0e2a3a896876e2f1e62533b198ca5598e6e2207')
build() {
cd icalendar-$pkgver