summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2023-08-31 08:57:17 +0200
committerrazer2023-08-31 08:57:17 +0200
commit918168ee5fe6baabfc6919b08e11541fc31fb148 (patch)
treeab744197eb9a321cc3590b1d7e1d2fe1809567b3
parentf10a9ef73b60eae030175e35ce3e71954b72d21f (diff)
downloadaur-918168ee5fe6baabfc6919b08e11541fc31fb148.tar.gz
correct typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1470f14336be..b874867be5bd 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.2.0
- pkgrel = 0
+ pkgrel = 1
url = http://github.com/ottoyiu/django-cors-headers
arch = any
makedepends = python-build
diff --git a/PKGBUILD b/PKGBUILD
index 4c90418ec28f..b2d7177eb12b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=python-django-cors-headers
_pypi_pkgname=django_cors_headers
pkgver=4.2.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"
@@ -28,6 +28,6 @@ build() {
package() {
cd ${srcdir}/${_pypi_pkgname}-${pkgver}
python -m installer --destdir="$pkgdir" dist/*.whl
- install -vDm644 -t "$pkgdir/usr/share/license/$pkgname" LICENSE
+ install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
}