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 b136e5f44ea5..39a864727e73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-rest-framework
pkgdesc = Awesome web-browsable Web APIs
- pkgver = 3.3.2
+ pkgver = 3.3.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 = https://github.com/tomchristie/django-rest-framework/archive/3.3.2.tar.gz
- sha256sums = 07fe645e24418ac4c0e9017048d1684a78d69feb07a7eeb20e5c3852f8f9fe2c
+ source = https://github.com/tomchristie/django-rest-framework/archive/3.3.3.tar.gz
+ sha256sums = 558ad95542f56fc5ae533bf7b55a05c01f9af611cb00997d1076ad989bbebbc0
pkgname = python-django-rest-framework
depends = python-django
diff --git a/PKGBUILD b/PKGBUILD
index 75e7e95eb59d..77415140c442 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.3.2
+pkgver=3.3.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=("https://github.com/tomchristie/django-rest-framework/archive/${pkgver}.tar.gz")
-sha256sums=('07fe645e24418ac4c0e9017048d1684a78d69feb07a7eeb20e5c3852f8f9fe2c')
+sha256sums=('558ad95542f56fc5ae533bf7b55a05c01f9af611cb00997d1076ad989bbebbc0')
makedepends=('python-setuptools' 'python2-setuptools')
package_python-django-rest-framework() {