summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2019-04-29 10:02:31 -0700
committerDonald Webster2019-04-29 10:02:31 -0700
commit6b0738250f5fc909ce8c32bc59e68af8e97b3d20 (patch)
treed6f29678575c4f1f78cdc7d522775a2356dd9aea
parent79fc558466f497e187db5fe442f14f00ee2ddab2 (diff)
downloadaur-6b0738250f5fc909ce8c32bc59e68af8e97b3d20.tar.gz
Update to v3.9.3.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31526e140430..f6f45d917388 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-rest-framework
pkgdesc = Awesome web-browsable Web APIs
- pkgver = 3.9.2
+ pkgver = 3.9.3
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.2.tar.gz::https://github.com/tomchristie/django-rest-framework/archive/3.9.2.tar.gz
- sha256sums = 30736fb61b1632b3a3bc1c4831b55bcede93c49fd8e8c2c9754c8ee8610e58d5
+ source = python-django-rest-framework-3.9.3.tar.gz::https://github.com/tomchristie/django-rest-framework/archive/3.9.3.tar.gz
+ sha256sums = c0484d6dd43b604875f8bd8f8c58df699c9a84f66ddddab0ce4db73d87b7e170
pkgname = python-django-rest-framework
depends = python-django
diff --git a/PKGBUILD b/PKGBUILD
index bf7092da815a..e86d53999d1c 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.2
+pkgver=3.9.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=('30736fb61b1632b3a3bc1c4831b55bcede93c49fd8e8c2c9754c8ee8610e58d5')
+sha256sums=('c0484d6dd43b604875f8bd8f8c58df699c9a84f66ddddab0ce4db73d87b7e170')
makedepends=('python-setuptools' 'python2-setuptools')
package_python-django-rest-framework() {