summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hanna2016-07-29 00:35:57 +0200
committerSimon Hanna2016-07-29 00:35:57 +0200
commit5b80f7ac939612426929464e02233669c82304b7 (patch)
tree55cbebab08e142be8ea27b767a9b4f10b48f38d9
parented1c7b95055598e32061a81c6207af589a9e5c2f (diff)
downloadaur-5b80f7ac939612426929464e02233669c82304b7.tar.gz
upgpkg: python-django-rest-framework 3.4.1-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a84a402818a3..c8dcac1c35b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-rest-framework
pkgdesc = Awesome web-browsable Web APIs
- pkgver = 3.4.0
+ pkgver = 3.4.1
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.4.0.tar.gz
- sha256sums = f1e281562ebc97235fd49c51d2bf730031ee0b67cedeb52ee477d12feae00e13
+ source = https://github.com/tomchristie/django-rest-framework/archive/3.4.1.tar.gz
+ sha256sums = 1205c379fe15faf3b88e3c1094ce07dac2fb9138bfb97d7a8d32dd29131a222d
pkgname = python-django-rest-framework
depends = python-django
diff --git a/PKGBUILD b/PKGBUILD
index 8ec8d3440a40..50ae59082d64 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.4.0
+pkgver=3.4.1
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=('f1e281562ebc97235fd49c51d2bf730031ee0b67cedeb52ee477d12feae00e13')
+sha256sums=('1205c379fe15faf3b88e3c1094ce07dac2fb9138bfb97d7a8d32dd29131a222d')
makedepends=('python-setuptools' 'python2-setuptools')
package_python-django-rest-framework() {