summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2019-11-11 08:06:19 +0100
committerrazer2019-11-11 08:06:19 +0100
commitce23a925601865c049daa707a1f5f7e611903fed (patch)
tree7c23e28f5c0d95ea41ad8be2f1db042437a7a5ff /PKGBUILD
parent5a18efa76b0ab6a6e0a671283e6488ef61615668 (diff)
downloadaur-ce23a925601865c049daa707a1f5f7e611903fed.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2f5371e5411..609aa958f7a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=python-django-rest-auth
_pypi_pkgname=django-rest-auth
-pkgver=0.9.0
-pkgrel=1
+pkgver=0.9.5
+pkgrel=0
pkgdesc="Django-rest-auth provides a set of REST API endpoints for Authentication and Registration"
arch=(any)
url="https://github.com/Tivix/django-rest-auth/"
license=('MIT')
makedepends=('python-setuptools')
depends=('python' 'python-django' 'python-django-rest-framework')
-source=("https://github.com/Tivix/django-rest-auth/archive/v${pkgver}.tar.gz")
-md5sums=('SKIP')
+source=("https://pypi.io/packages/source/d/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
+sha256sums=('f11e12175dafeed772f50d740d22caeab27e99a3caca24ec65e66a8d6de16571')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"