summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hanna2017-01-27 23:47:47 +0100
committerSimon Hanna2017-01-27 23:47:47 +0100
commitd686d39fb4b041ed3f7e302b12d3a8bae29a7d30 (patch)
tree07cb3ec8aa1ef7b1551fbfa6832e4573d4d7b982
parent17ee0244b9b53a95de02620f137252be46845d6b (diff)
downloadaur-d686d39fb4b041ed3f7e302b12d3a8bae29a7d30.tar.gz
upgpkg: python-django-rest-framework 3.5.3-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50354d560bef..56493090948e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Jan 27 22:47:47 UTC 2017
pkgbase = python-django-rest-framework
pkgdesc = Awesome web-browsable Web APIs
- pkgver = 3.4.6
+ pkgver = 3.5.3
pkgrel = 1
url = https://github.com/tomchristie/django-rest-framework
arch = any
@@ -8,8 +10,8 @@ pkgbase = python-django-rest-framework
makedepends = python-setuptools
makedepends = python2-setuptools
options = !emptydirs
- source = python-django-rest-framework-3.4.6.tar.gz::https://github.com/tomchristie/django-rest-framework/archive/3.4.6.tar.gz
- sha256sums = 71af24490799ebb64f23cda4e5c10f20153d7842fa85bc64281e9b31eb0bbdcc
+ source = python-django-rest-framework-3.5.3.tar.gz::https://github.com/tomchristie/django-rest-framework/archive/3.5.3.tar.gz
+ sha256sums = c94bd9f56fabe79e31431a873f832530f1b8b90be97c6b47232f197fb3a97958
pkgname = python-django-rest-framework
depends = python-django
diff --git a/PKGBUILD b/PKGBUILD
index a90b7a7a0818..9e283a085f68 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.4.6
+pkgver=3.5.3
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=('71af24490799ebb64f23cda4e5c10f20153d7842fa85bc64281e9b31eb0bbdcc')
+sha256sums=('c94bd9f56fabe79e31431a873f832530f1b8b90be97c6b47232f197fb3a97958')
makedepends=('python-setuptools' 'python2-setuptools')
package_python-django-rest-framework() {