summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatteo De Carlo2015-12-07 15:59:05 +0100
committerMatteo De Carlo2015-12-07 15:59:05 +0100
commit533d6c385c7c955efa446bd88c265fae1e4fc205 (patch)
treee08dcfb8b71cd5020e282ef2fbda79bbc3edf21e /PKGBUILD
parentb5052118e2327fbcb620250cd7300c8aeec7e1d7 (diff)
downloadaur-533d6c385c7c955efa446bd88c265fae1e4fc205.tar.gz
updated to 1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59d1f8451be2..9948f664039a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Miguel de Val-Borro <miguel at archlinux dot net>
pkgname=('python-django-cors-headers')
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)"
arch=('any')
@@ -9,7 +9,7 @@ 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=('43e0c5c03c4e54ff5ea8488f6a259f4a')
+md5sums=('204728fda96f9951ebfd8c2cabb54dfb')
build() {
cd ${srcdir}/django-cors-headers-${pkgver}