summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2019-11-16 06:27:27 +0100
committerrazer2019-11-16 06:27:27 +0100
commitc994c0c7115b9ba2b042fac0ebf0bab7ff43b34a (patch)
treefea9709ecba2cdad6a9bd29e0b32aa8965e25b7f
parentce23a925601865c049daa707a1f5f7e611903fed (diff)
downloadaur-python-django-rest-auth.tar.gz
Force reinstall on 3.8
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1992879f6f0..fb1976db15f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-django-rest-auth
pkgdesc = Django-rest-auth provides a set of REST API endpoints for Authentication and Registration
pkgver = 0.9.5
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/Tivix/django-rest-auth/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 609aa958f7a0..4c446548310c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-django-rest-auth
_pypi_pkgname=django-rest-auth
pkgver=0.9.5
-pkgrel=0
+pkgrel=1
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/"