summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab68ab850165..19ea4873fcf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-djoser"
_pkgname="djoser"
-pkgver=1.5.0
+pkgver=1.5.1
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/59/20/05ccfb0479abd605a6b30892f3e99da6959948aaca01760cbea0bc64bccb/$_pkgname-$pkgver.tar.gz")
-md5sums=('5c148974abefc660d289337ecd08993f')
+source=("https://files.pythonhosted.org/packages/1c/f3/cb775aa51e371c4f1bc6e94ac527e5ac272e4e736942a4a331227b69c7b5/$_pkgname-$pkgver.tar.gz")
+md5sums=('ffc005375d17799ad1bbe0c98b913773')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}