summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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/"