summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Tas2018-12-12 16:31:36 +0100
committerSimon Tas2018-12-12 16:31:36 +0100
commit56ee2a30099539f29d7f8e568f2a8e70604d5006 (patch)
tree161d8fa38f124ed671fb429fcafdf191012f6bf2 /PKGBUILD
parentbdf47974ebd691c9d574a74d6e32406272ee9c85 (diff)
downloadaur-56ee2a30099539f29d7f8e568f2a8e70604d5006.tar.gz
updatet to v1.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index edf35fd991cb..1fe80b4a9d48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Simon Tas <simon.tas.st@gmail.com>
pkgname="python-djoser"
_pkgname="djoser"
-pkgver=1.3.1
+pkgver=1.3.2
pkgrel=1
pkgdesc="REST version of Django authentication system."
arch=('any')
@@ -10,8 +10,8 @@ url="https://pypi.python.org/pypi/$_pkgname"
license=('MIT')
depends=('python>=2.7' 'python-django>=1.11' 'python-django-rest-framework>=3.7')
provides=('djoser')
-source=("https://files.pythonhosted.org/packages/dd/8a/39b1b19f8d928fb616664220f964431df685192e24ee142ffd03a68769b5/$_pkgname-$pkgver.tar.gz")
-md5sums=('a8d75531b4e289c607482e49957b312d')
+source=("https://files.pythonhosted.org/packages/89/de/1eefa6a6d8ee1136a4c80bf39f241a6967522ae9df83a45457a1903a0e24/$_pkgname-$pkgver.tar.gz")
+md5sums=('c97834759f306978499f0205acf1e0df')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}