summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2023-03-14 10:14:20 +0100
committerrazer2023-03-14 10:14:20 +0100
commit0719c649a2275789b01191ad8ecc250f5a645ba7 (patch)
tree6c19051ca42580f288bf459740fe9d1aa999669a /PKGBUILD
parent413171095d1da8598eb78833b4cbdb2bbd2bd80a (diff)
downloadaur-0719c649a2275789b01191ad8ecc250f5a645ba7.tar.gz
Tipo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da6c71461a4c..6cf76a6a4fc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Past Maintainer: Miguel de Val-Borro <miguel at archlinux dot net>
pkgname=python-django-cors-headers
-_pypi_pkgname=django-cors-headers
+_pypi_pkgname=django_cors_headers
pkgver=3.14.0
-pkgrel=0
+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"