summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Vuillard2018-03-01 08:59:06 +0100
committerArthur Vuillard2018-03-01 08:59:06 +0100
commit73fd6e6f6a77c655e27c13cee37717bfd05bcc9e (patch)
tree097d84da3a6dac7e86e61c5e2774687b68606a9e
parentd4217d6d323667b243376003dba0b2ef22708a43 (diff)
downloadaur-73fd6e6f6a77c655e27c13cee37717bfd05bcc9e.tar.gz
release 2.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d0f49ec73ed..1548b3373f4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Thu Mar 1 07:58:58 UTC 2018
pkgbase = python-django-cors-headers
pkgdesc = Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)
- pkgver = 2.0.2
+ pkgver = 2.2.0
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.0.2.tar.gz
- md5sums = 614de0b21498ec549c9320de5e12594f
+ source = https://github.com/ottoyiu/django-cors-headers/archive/2.2.0.tar.gz
+ md5sums = b0acb0c8f7964199861a9efd868ced49
pkgname = python-django-cors-headers
diff --git a/PKGBUILD b/PKGBUILD
index f1902973d991..a4bedbf6ba72 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.0.2
+pkgver=2.2.0
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=('614de0b21498ec549c9320de5e12594f')
+md5sums=('b0acb0c8f7964199861a9efd868ced49')
build() {
cd ${srcdir}/django-cors-headers-${pkgver}