django-rest-framework: update to 3.2.2

This commit is contained in:
gnastyle 2015-08-20 12:37:46 +02:00
parent cdddb46595
commit 28ef204885

View File

@ -1,5 +1,5 @@
pkgname=django-rest-framework pkgname=django-rest-framework
pkgver=3.2.1 pkgver=3.2.2
pkgrel=1 pkgrel=1
pkgdesc="Lightweight REST framework for Django to write RESTful Web APIs" pkgdesc="Lightweight REST framework for Django to write RESTful Web APIs"
url="http://django-rest-framework.org/" url="http://django-rest-framework.org/"
@ -10,7 +10,7 @@ makedepends=('python2-distribute')
optdepends=('django-oauth2-provider: Support for OAuth2 authentication.') optdepends=('django-oauth2-provider: Support for OAuth2 authentication.')
source=("https://github.com/tomchristie/django-rest-framework/archive/${pkgver}.tar.gz" source=("https://github.com/tomchristie/django-rest-framework/archive/${pkgver}.tar.gz"
"LICENSE") "LICENSE")
sha512sums=('8d4f4538e8b50296e66af8e9c823ed794a1310bfd809646d47dec4f80e054f898645e03cdb566ef443675b08bf30fa726b0224f24b19548f22877c6a138777e9' sha512sums=('55c150b822b44d1fa70874fdef4470198000daad5137f5668943a2b60076acb59313bfd16b45779e99acba6c8c7f1b7f93f0acde5ac099eb269cd1537c5e19e8'
'03098ef062914bb990791f77659df2844a73065ac9e912bc96bfa51c25ad76c7ee1d41e028804fce95590609912317cbcb03fbd41828c642b289d6bb0ca46f5a') '03098ef062914bb990791f77659df2844a73065ac9e912bc96bfa51c25ad76c7ee1d41e028804fce95590609912317cbcb03fbd41828c642b289d6bb0ca46f5a')
build() { build() {