summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2021-03-20 09:12:35 +0100
committerrazer2021-03-20 09:12:35 +0100
commit900f02e98b38dbfa6d2407a7c5229af08101e5de (patch)
treec8f05ff9b6f1b28ca8fe1ed0f121ebbf813c2314
parent42b3a116474670b99f32e6d5f57048c16ff7d86a (diff)
downloadaur-900f02e98b38dbfa6d2407a7c5229af08101e5de.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ea22a0ffd6b..b62be76bc23f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-django-cors-headers
pkgdesc = Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)
- pkgver = 3.4.0
- pkgrel = 1
+ pkgver = 3.7.0
+ pkgrel = 0
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/3.4.0.tar.gz
- sha512sums = 95ade44a4d5c29670e8217d97bfcd351058f544255919d7493622f870aeae711b4dd593f8c6ea862834a56f026cf7ba7673ca482d5aebf98474e999008134713
+ source = https://github.com/ottoyiu/django-cors-headers/archive/3.7.0.tar.gz
+ sha256sums = 96069c4aaacace786a34ee7894ff680780ec2644e4268b31181044410fecd12e
pkgname = python-django-cors-headers
diff --git a/PKGBUILD b/PKGBUILD
index 76757882292f..fc50c7b073c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Past Maintainer: Miguel de Val-Borro <miguel at archlinux dot net>
pkgname=python-django-cors-headers
-pkgver=3.4.0
-pkgrel=1
+pkgver=3.7.0
+pkgrel=0
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://github.com/ottoyiu/django-cors-headers/archive/${pkgver}.tar.gz")
-sha512sums=('95ade44a4d5c29670e8217d97bfcd351058f544255919d7493622f870aeae711b4dd593f8c6ea862834a56f026cf7ba7673ca482d5aebf98474e999008134713')
+sha256sums=('96069c4aaacace786a34ee7894ff680780ec2644e4268b31181044410fecd12e')
build() {
cd ${srcdir}/django-cors-headers-${pkgver}