summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Vuillard2016-11-07 09:52:19 +0100
committerArthur Vuillard2016-11-07 09:52:19 +0100
commit93b564476cb043c0c9068eb9694cfa54003a1838 (patch)
treeb961fb91c210bd0a182bf5311790b458166f6594
parenta43016906a6c63ac06c4a986a68fde1cd7c693b9 (diff)
downloadaur-93b564476cb043c0c9068eb9694cfa54003a1838.tar.gz
release 1.3.0 + gitignore
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD4
3 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 643a583eefc2..4149262dd3c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-django-cors-headers
pkgdesc = Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)
- pkgver = 1.2.2
+ pkgver = 1.3.0
pkgrel = 1
url = http://github.com/ottoyiu/django-cors-headers
arch = any
makedepends = python-setuptools
depends = python-django
- source = https://github.com/ottoyiu/django-cors-headers/archive/1.2.2.tar.gz
- md5sums = 2f9393a52fb8326f55fb0bc83f1b4ca9
+ source = https://github.com/ottoyiu/django-cors-headers/archive/1.3.0.tar.gz
+ md5sums = 7339efdf7e17306149993b037d72a6fb
pkgname = python-django-cors-headers
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..87b64657ff3e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*
+
+!PKGBUILD
+!.SRCINFO
+!.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index 8b685de9e6ba..1d25d58894ad 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.2.2
+pkgver=1.3.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://github.com/ottoyiu/django-cors-headers/archive/${pkgver}.tar.gz")
-md5sums=('2f9393a52fb8326f55fb0bc83f1b4ca9')
+md5sums=('7339efdf7e17306149993b037d72a6fb')
build() {
cd ${srcdir}/django-cors-headers-${pkgver}