summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hanna2017-08-25 22:04:09 +0200
committerSimon Hanna2017-08-25 22:04:09 +0200
commit7dce8974a2ab5d312939581362233225bb15e16e (patch)
tree85e55e4a8a12292ee0ab224915407fbcc3876725
parent7ea6169bb0fa4d75271f8bb456b3f59d16b29e64 (diff)
downloadaur-7dce8974a2ab5d312939581362233225bb15e16e.tar.gz
upgpkg: python-django-rest-framework 3.6.4-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a4103d2b361..174c14cfbd55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Aug 6 21:46:10 UTC 2017
+# Fri Aug 25 20:04:09 UTC 2017
pkgbase = python-django-rest-framework
pkgdesc = Awesome web-browsable Web APIs
- pkgver = 3.6.3
+ pkgver = 3.6.4
pkgrel = 1
url = https://github.com/tomchristie/django-rest-framework
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-django-rest-framework
makedepends = python-setuptools
makedepends = python2-setuptools
options = !emptydirs
- source = python-django-rest-framework-3.6.3.tar.gz::https://github.com/tomchristie/django-rest-framework/archive/3.6.3.tar.gz
- sha256sums = 46424a9b9b114fed5a5ccbf1f46d58c06ab650369ba33c73a4820d15134cf11d
+ source = python-django-rest-framework-3.6.4.tar.gz::https://github.com/tomchristie/django-rest-framework/archive/3.6.4.tar.gz
+ sha256sums = d71435a6e12908f26836989092c5482b4e42f81843d43bbdd8e3d8f6eecfa77b
pkgname = python-django-rest-framework
depends = python-django
diff --git a/PKGBUILD b/PKGBUILD
index b1b9ccab8257..8efd784c7212 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Hanna <simon dot hanna AT serve-me DOT info>
pkgname=('python-django-rest-framework' 'python2-django-rest-framework')
-pkgver=3.6.3
+pkgver=3.6.4
pkgrel=1
pkgdesc="Awesome web-browsable Web APIs"
arch=(any)
@@ -9,7 +9,7 @@ url="https://github.com/tomchristie/django-rest-framework"
license=('MIT')
options=(!emptydirs)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tomchristie/django-rest-framework/archive/${pkgver}.tar.gz")
-sha256sums=('46424a9b9b114fed5a5ccbf1f46d58c06ab650369ba33c73a4820d15134cf11d')
+sha256sums=('d71435a6e12908f26836989092c5482b4e42f81843d43bbdd8e3d8f6eecfa77b')
makedepends=('python-setuptools' 'python2-setuptools')
package_python-django-rest-framework() {