summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2021-12-14 13:55:02 +0100
committerrazer2021-12-14 13:55:02 +0100
commita4d418569ac31f68e40e2e8f62cb22a9d3191863 (patch)
tree79c4fc5873b9d618d8dd0f2b2a8b5319432e506e
parentc69c714dedcd4c4cba4f3b198c617ef999c00f72 (diff)
downloadaur-a4d418569ac31f68e40e2e8f62cb22a9d3191863.tar.gz
Force reinstall for python 3.10
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 465f20d92b3e..02a50b33affc 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 = 3.10.1
- pkgrel = 0
+ pkgrel = 1
url = http://github.com/ottoyiu/django-cors-headers
arch = any
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 1f53d50edc04..97162e971b91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-django-cors-headers
_pypi_pkgname=django-cors-headers
pkgver=3.10.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"