summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2023-03-14 10:14:20 +0100
committerrazer2023-03-14 10:14:20 +0100
commit0719c649a2275789b01191ad8ecc250f5a645ba7 (patch)
tree6c19051ca42580f288bf459740fe9d1aa999669a
parent413171095d1da8598eb78833b4cbdb2bbd2bd80a (diff)
downloadaur-0719c649a2275789b01191ad8ecc250f5a645ba7.tar.gz
Tipo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcb27467e17e..17ef2d3d2507 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-django-cors-headers
pkgdesc = Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)
pkgver = 3.14.0
- pkgrel = 0
+ pkgrel = 1
url = http://github.com/ottoyiu/django-cors-headers
arch = any
makedepends = python-setuptools
depends = python-django
- source = https://pypi.io/packages/source/d/django-cors-headers/django-cors-headers-3.14.0.tar.gz
+ source = https://pypi.io/packages/source/d/django_cors_headers/django_cors_headers-3.14.0.tar.gz
sha256sums = 5fbd58a6fb4119d975754b2bc090f35ec160a8373f276612c675b00e8a138739
pkgname = python-django-cors-headers
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"