summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Vuillard2018-07-03 15:55:26 +0200
committerArthur Vuillard2018-07-03 15:55:26 +0200
commitc16ba72ea97eec49a19cd1f8024390a575687009 (patch)
tree8880eb617c70da83b131482fa331f2a0139a481f
parent73fd6e6f6a77c655e27c13cee37717bfd05bcc9e (diff)
downloadaur-c16ba72ea97eec49a19cd1f8024390a575687009.tar.gz
release 2.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1548b3373f4e..db80d86fb588 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Thu Mar 1 07:58:58 UTC 2018
+# Tue Jul 3 13:53:22 UTC 2018
pkgbase = python-django-cors-headers
pkgdesc = Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = http://github.com/ottoyiu/django-cors-headers
arch = any
makedepends = python-setuptools
depends = python-django
- source = https://github.com/ottoyiu/django-cors-headers/archive/2.2.0.tar.gz
- md5sums = b0acb0c8f7964199861a9efd868ced49
+ source = https://github.com/ottoyiu/django-cors-headers/archive/2.2.1.tar.gz
+ md5sums = 5db1e613a33c1fe41c6e9c46ec0a2ca0
pkgname = python-django-cors-headers
diff --git a/PKGBUILD b/PKGBUILD
index a4bedbf6ba72..19058b1c67af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Miguel de Val-Borro <miguel at archlinux dot net>
pkgname=('python-django-cors-headers')
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc="Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)"
arch=('any')
@@ -9,7 +9,7 @@ url="http://github.com/ottoyiu/django-cors-headers"
depends=('python-django')
makedepends=('python-setuptools')
source=("https://github.com/ottoyiu/django-cors-headers/archive/${pkgver}.tar.gz")
-md5sums=('b0acb0c8f7964199861a9efd868ced49')
+md5sums=('5db1e613a33c1fe41c6e9c46ec0a2ca0')
build() {
cd ${srcdir}/django-cors-headers-${pkgver}