summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hanna2016-08-18 23:07:38 +0200
committerSimon Hanna2016-08-18 23:07:38 +0200
commit44369b2e6fa4f07b7444f5dfe194c3f915e903ab (patch)
tree4071448496953e1f6e7b71f4506b4ea79cd166f5
parentb8790dbe7d41bf1ac2d9b1afd790c7b97c66d895 (diff)
downloadaur-44369b2e6fa4f07b7444f5dfe194c3f915e903ab.tar.gz
upgpkg: python-django-rest-framework 3.4.4-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 389f6a540c5a..3070fba29a52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-rest-framework
pkgdesc = Awesome web-browsable Web APIs
- pkgver = 3.4.3
+ pkgver = 3.4.4
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.3.tar.gz
- sha256sums = e74f575cfe6b3d17a3a36c4dde0db60ad7cb9093774aa0296f87363153864a15
+ source = https://github.com/tomchristie/django-rest-framework/archive/3.4.4.tar.gz
+ sha256sums = 2915a4483c0df12b7e812610b52d0101bacf575908ecd9bd285c5ffd7c839d68
pkgname = python-django-rest-framework
depends = python-django
diff --git a/PKGBUILD b/PKGBUILD
index 4984e875581b..7d3ae27596de 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.3
+pkgver=3.4.4
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=('e74f575cfe6b3d17a3a36c4dde0db60ad7cb9093774aa0296f87363153864a15')
+sha256sums=('2915a4483c0df12b7e812610b52d0101bacf575908ecd9bd285c5ffd7c839d68')
makedepends=('python-setuptools' 'python2-setuptools')
package_python-django-rest-framework() {