summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af3a832fc6af..77f2166b0aa4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-rest-framework
pkgdesc = Awesome web-browsable Web APIs
- pkgver = 3.10.1
+ pkgver = 3.10.3
pkgrel = 1
url = https://github.com/tomchristie/django-rest-framework
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-django-rest-framework
optdepends = python-django-crispy-forms: Improved HTML display for filtering
optdepends = python-coreapi: Schema generation support
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/d/djangorestframework/djangorestframework-3.10.1.tar.gz
- sha512sums = ec7d2175f141695743a9fecc440f6590ed73f0d8992ca3fe0194cfa571c7d6e9979a96b9fd9f6f30d6654be34be7dd5ec21da39a55813b014bad6f82b4310d07
+ source = https://files.pythonhosted.org/packages/source/d/djangorestframework/djangorestframework-3.10.3.tar.gz
+ sha512sums = bd1a8c9dd639d34f88911cee4d02252e608c26cfec5f1c96ae3250f359c6c962612bf56718cd3d74d680b3733bcc86664b94c9241cbf184984a30827c34ba4d8
pkgname = python-django-rest-framework
diff --git a/PKGBUILD b/PKGBUILD
index 4d775c1311e7..15bec406e9bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('python-django-rest-framework')
_name=djangorestframework
-pkgver=3.10.1
+pkgver=3.10.3
pkgrel=1
pkgdesc="Awesome web-browsable Web APIs"
arch=(any)
@@ -11,7 +11,7 @@ url="https://github.com/tomchristie/django-rest-framework"
license=('MIT')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('ec7d2175f141695743a9fecc440f6590ed73f0d8992ca3fe0194cfa571c7d6e9979a96b9fd9f6f30d6654be34be7dd5ec21da39a55813b014bad6f82b4310d07')
+sha512sums=('bd1a8c9dd639d34f88911cee4d02252e608c26cfec5f1c96ae3250f359c6c962612bf56718cd3d74d680b3733bcc86664b94c9241cbf184984a30827c34ba4d8')
makedepends=('python-setuptools')
depends=('python-django')
optdepends=('python-pygments: Pygments support for API docs'