summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Tas2019-08-20 19:35:38 +0200
committerSimon Tas2019-08-20 19:35:38 +0200
commit6e2ba7cebcf06ea8113be7485ba4cb09c8e262e5 (patch)
tree3b85d0fe8882d0df90c010f0d75603a6f0d17a7e /PKGBUILD
parent1b473ecd395a6d2ac7b9a18053e42be628ed7554 (diff)
downloadaur-6e2ba7cebcf06ea8113be7485ba4cb09c8e262e5.tar.gz
updated pkgver to 2.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 93b34b448d3b..94a72f9a6693 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-djoser"
_pkgname="djoser"
-pkgver=2.0.1
+pkgver=2.0.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/b0/9d/bf6d32ef405ed0c598d2363516ec403d827214407c77dc64e5bc3aa3ab58/$_pkgname-$pkgver.tar.gz")
-md5sums=('02ef6617c803a3a7b7a4bf22f333a47a')
+source=("https://files.pythonhosted.org/packages/04/b0/2c61cdea42d540c86bdf5a68b4ceff3c1614105709b44c7f2a841d14a83e/$_pkgname-$pkgver.tar.gz")
+md5sums=('d542256948fd49c12bfdb96535501bba')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}