summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9948f664039a..8b685de9e6ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Miguel de Val-Borro <miguel at archlinux dot net>
pkgname=('python-django-cors-headers')
-pkgver=1.1.0
+pkgver=1.2.2
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"
depends=('python-django')
makedepends=('python-setuptools')
-source=("https://pypi.python.org/packages/source/d/django-cors-headers/django-cors-headers-${pkgver}.tar.gz")
-md5sums=('204728fda96f9951ebfd8c2cabb54dfb')
+source=("https://github.com/ottoyiu/django-cors-headers/archive/${pkgver}.tar.gz")
+md5sums=('2f9393a52fb8326f55fb0bc83f1b4ca9')
build() {
cd ${srcdir}/django-cors-headers-${pkgver}