summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2023-11-25 07:50:41 +0100
committerrazer2023-11-25 07:50:41 +0100
commit5f1f1de4b2702895f46c116529fd762a6648d0c9 (patch)
tree69c6eb6ce0b5f66a9c6c4e40043335d72c81b09a
parent6324057f5fde8ddb20a6fff75959c8e9c3e664a7 (diff)
downloadaur-python-django-cors-headers.tar.gz
version bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d70a3f940d92..c94b65500dac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-django-cors-headers
pkgdesc = Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)
pkgver = 4.3.1
- pkgrel = 0
+ pkgrel = 1
url = http://github.com/ottoyiu/django-cors-headers
arch = any
makedepends = python-build
@@ -9,7 +9,7 @@ pkgbase = python-django-cors-headers
makedepends = python-wheel
makedepends = python-setuptools-scm
depends = python-django
- source = https://pypi.io/packages/source/d/django_cors_headers/django_cors_headers-4.3.1.tar.gz
+ source = https://pypi.io/packages/source/d/django-cors-headers/django-cors-headers-4.3.1.tar.gz
sha256sums = 0bf65ef45e606aff1994d35503e6b677c0b26cafff6506f8fd7187f3be840207
pkgname = python-django-cors-headers
diff --git a/PKGBUILD b/PKGBUILD
index 58a1fbc9116a..aca41f320f44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
# Contributor: SZanko, szanko at protonmail dot com
pkgname=python-django-cors-headers
-_pypi_pkgname=django_cors_headers
+_pypi_pkgname=django-cors-headers
pkgver=4.3.1
-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"