summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2019-03-28 09:03:04 -0700
committerDonald Webster2019-03-28 09:03:04 -0700
commit79fc558466f497e187db5fe442f14f00ee2ddab2 (patch)
tree7e6826b76c78456d140dc44bcee741d0e23a6531
parent701ed8f0591f08828b8e5703194d71fe9ce0b0f6 (diff)
downloadaur-79fc558466f497e187db5fe442f14f00ee2ddab2.tar.gz
Update to v3.9.2.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02571382cba0..31526e140430 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-rest-framework
pkgdesc = Awesome web-browsable Web APIs
- pkgver = 3.9.1
+ pkgver = 3.9.2
pkgrel = 1
url = https://github.com/tomchristie/django-rest-framework
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-django-rest-framework
makedepends = python-setuptools
makedepends = python2-setuptools
options = !emptydirs
- source = python-django-rest-framework-3.9.1.tar.gz::https://github.com/tomchristie/django-rest-framework/archive/3.9.1.tar.gz
- sha256sums = 3075cdbdc023ae37fd3721b64f8a3dbff2349ebfbf66e5ba136e62cf7f2923bb
+ source = python-django-rest-framework-3.9.2.tar.gz::https://github.com/tomchristie/django-rest-framework/archive/3.9.2.tar.gz
+ sha256sums = 30736fb61b1632b3a3bc1c4831b55bcede93c49fd8e8c2c9754c8ee8610e58d5
pkgname = python-django-rest-framework
depends = python-django
diff --git a/PKGBUILD b/PKGBUILD
index 3b4d81e2dd0e..bf7092da815a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Hanna <simhnna AT google email>
pkgname=('python-django-rest-framework' 'python2-django-rest-framework')
-pkgver=3.9.1
+pkgver=3.9.2
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=('3075cdbdc023ae37fd3721b64f8a3dbff2349ebfbf66e5ba136e62cf7f2923bb')
+sha256sums=('30736fb61b1632b3a3bc1c4831b55bcede93c49fd8e8c2c9754c8ee8610e58d5')
makedepends=('python-setuptools' 'python2-setuptools')
package_python-django-rest-framework() {