summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArthur Vuillard2017-02-06 14:18:40 +0100
committerArthur Vuillard2017-02-06 14:18:40 +0100
commitd4217d6d323667b243376003dba0b2ef22708a43 (patch)
tree5f4cb97cb292e86b1bc54e5da83adae2c1d07acf /PKGBUILD
parent8d0ac08f978038766908106ca6bc3b351c890d92 (diff)
downloadaur-d4217d6d323667b243376003dba0b2ef22708a43.tar.gz
release 2.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 289f64f41956..f1902973d991 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.1
+pkgver=2.0.2
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=('bd9879c32a50cce66fc7e6246be5d994')
+md5sums=('614de0b21498ec549c9320de5e12594f')
build() {
cd ${srcdir}/django-cors-headers-${pkgver}