summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorA Frederick Christensen2019-06-28 14:31:25 -0400
committerA Frederick Christensen2019-06-28 14:31:25 -0400
commit0b0005a7aac17348c0b88ac9b4a32b08c31fd0f5 (patch)
tree7fb7376e6d2daed2808726dba3fa43bd779e5546
parent9ab9e405cb4d28e6f694ebaf8fee719bd4597331 (diff)
downloadaur-0b0005a7aac17348c0b88ac9b4a32b08c31fd0f5.tar.gz
Update to version 0.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 615e274a5fd9..7bf19c7b8ee0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-caldav
pkgdesc = a caldav client library
- pkgver = 0.6.1
+ pkgver = 0.6.2
pkgrel = 1
url = https://pypi.python.org/pypi/caldav
arch = any
@@ -13,8 +13,8 @@ pkgbase = python-caldav
depends = python-six
depends = python-requests
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/c/caldav/caldav-0.6.1.tar.gz
- sha256sums = eddb7f4e6a3eb5f02eaa2227817a53ac4372d4c4d51876536f4c6f00282f569e
+ source = https://github.com/python-caldav/caldav/archive/v0.6.2.tar.gz
+ sha256sums = f76d20a3a32ac5c8c6c3d748423cc6c5ce67eb320a80c1323ab8b1a11a1fd1d7
pkgname = python-caldav
diff --git a/PKGBUILD b/PKGBUILD
index be0634d06d86..1fae931b8835 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Carsten Feuls <archlinux@carstenfeuls.de>
pkgname=python-caldav
-pkgver=0.6.1
+pkgver=0.6.2
pkgrel=1
pkgdesc="a caldav client library"
arch=('any')
@@ -10,8 +10,8 @@ url="https://pypi.python.org/pypi/caldav"
license=('GPL')
depends=('python' 'python-lxml' 'python-vobject' 'python-dateutil' 'python-distribute' 'python-six' 'python-requests')
options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/c/caldav/caldav-0.6.1.tar.gz")
-sha256sums=(eddb7f4e6a3eb5f02eaa2227817a53ac4372d4c4d51876536f4c6f00282f569e)
+source=("https://github.com/python-caldav/caldav/archive/v${pkgver}.tar.gz")
+sha256sums=('f76d20a3a32ac5c8c6c3d748423cc6c5ce67eb320a80c1323ab8b1a11a1fd1d7')
package() {
cd "$srcdir/caldav-$pkgver"