summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Vuillard2016-10-26 12:01:37 +0200
committerArthur Vuillard2016-10-26 12:01:37 +0200
commita43016906a6c63ac06c4a986a68fde1cd7c693b9 (patch)
tree0c24a15cdf80d853ae8dc99881dce14b2c98dc54
parent533d6c385c7c955efa446bd88c265fae1e4fc205 (diff)
downloadaur-a43016906a6c63ac06c4a986a68fde1cd7c693b9.tar.gz
update for version 1.2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7afb2f39c38..643a583eefc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Mon Dec 7 14:58:36 UTC 2015
pkgbase = python-django-cors-headers
pkgdesc = Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)
- pkgver = 1.1.0
+ pkgver = 1.2.2
pkgrel = 1
url = http://github.com/ottoyiu/django-cors-headers
arch = any
makedepends = python-setuptools
depends = python-django
- source = https://pypi.python.org/packages/source/d/django-cors-headers/django-cors-headers-1.1.0.tar.gz
- md5sums = 204728fda96f9951ebfd8c2cabb54dfb
+ source = https://github.com/ottoyiu/django-cors-headers/archive/1.2.2.tar.gz
+ md5sums = 2f9393a52fb8326f55fb0bc83f1b4ca9
pkgname = python-django-cors-headers
diff --git a/PKGBUILD b/PKGBUILD
index 9948f664039a..8b685de9e6ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Miguel de Val-Borro <miguel at archlinux dot net>
pkgname=('python-django-cors-headers')
-pkgver=1.1.0
+pkgver=1.2.2
pkgrel=1
pkgdesc="Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)"
arch=('any')
url="http://github.com/ottoyiu/django-cors-headers"
depends=('python-django')
makedepends=('python-setuptools')
-source=("https://pypi.python.org/packages/source/d/django-cors-headers/django-cors-headers-${pkgver}.tar.gz")
-md5sums=('204728fda96f9951ebfd8c2cabb54dfb')
+source=("https://github.com/ottoyiu/django-cors-headers/archive/${pkgver}.tar.gz")
+md5sums=('2f9393a52fb8326f55fb0bc83f1b4ca9')
build() {
cd ${srcdir}/django-cors-headers-${pkgver}