summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hacohen2020-05-24 10:23:28 +0300
committerTom Hacohen2020-05-24 10:23:31 +0300
commit2c41bea88c6fb283e4955db84ab42d8f6e5329c8 (patch)
tree73ede26b3ea91a0248530dbf2cc1b86716a182cf
parent788f8ebdba2d8c0a7ee31a154bd4bf0fbbc456f0 (diff)
downloadaur-2c41bea88c6fb283e4955db84ab42d8f6e5329c8.tar.gz
Bump version.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05314062d625..8310db66f9bb 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.2.1
+ pkgver = 3.3.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/3.2.1.tar.gz
- sha512sums = 022985bb4bcd554c62f483db65f494cd23eb6175e148df386c84092cc21a679feda9b94f9fce427cb2df0a1629ed9cd621a0b53f64b5fe345b902eb0708e6a23
+ source = https://github.com/ottoyiu/django-cors-headers/archive/3.3.0.tar.gz
+ sha512sums = 84650ba3c44738e866cfdf881c6f8ccab4e48bb4b89f68289f5b7947659e3201662c6121f0fd610759c02887e3ae6e7c0502f2181a11e7efd308eed062e726e9
pkgname = python-django-cors-headers
diff --git a/PKGBUILD b/PKGBUILD
index 812b23e46b89..b3338954839a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Past Maintainer: Miguel de Val-Borro <miguel at archlinux dot net>
pkgname=python-django-cors-headers
-pkgver=3.2.1
+pkgver=3.3.0
pkgrel=1
pkgdesc="Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)"
arch=('any')
@@ -10,7 +10,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")
-sha512sums=('022985bb4bcd554c62f483db65f494cd23eb6175e148df386c84092cc21a679feda9b94f9fce427cb2df0a1629ed9cd621a0b53f64b5fe345b902eb0708e6a23')
+sha512sums=('84650ba3c44738e866cfdf881c6f8ccab4e48bb4b89f68289f5b7947659e3201662c6121f0fd610759c02887e3ae6e7c0502f2181a11e7efd308eed062e726e9')
build() {
cd ${srcdir}/django-cors-headers-${pkgver}