summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eaaea2ad86a8..a8649ad72704 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-django-rest-knox
pkgdesc = Authentication Module for django rest auth
pkgver = 4.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/James1345/django-rest-knox
arch = any
license = MIT
@@ -10,6 +10,6 @@ pkgbase = python-django-rest-knox
depends = python-django
depends = python-django-rest-framework
source = python-django-rest-knox-4.2.0.src.tar.gz::https://github.com/James1345/django-rest-knox/archive/4.2.0.tar.gz
- sha512sums = ff7252e35ed3998d882ba5f857ba7278340065ab849475b0b3d46a04842eac43f38f089fc138ebbe1495a06c4fd4ddb7bd1025a816ae4ad2c646752e74f85336
+ sha512sums = 7f0008691d13101401b6c5c9bbd892bae33219dd1d2b06f1744a9962b9a4133af9aab527a45df46b8547b45125dbc2c792db05ae16a631053c815439fbf53b35
pkgname = python-django-rest-knox
diff --git a/PKGBUILD b/PKGBUILD
index 87a5cd9befce..ed260b58a421 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=django-rest-knox
pkgname=python-django-rest-knox
pkgver=4.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Authentication Module for django rest auth"
arch=('any')
url="https://github.com/James1345/django-rest-knox"
@@ -12,7 +12,7 @@ license=('MIT')
depends=('python-cryptography' 'python-django' 'python-django-rest-framework')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.src.tar.gz::https://github.com/James1345/django-rest-knox/archive/$pkgver.tar.gz")
-sha512sums=('ff7252e35ed3998d882ba5f857ba7278340065ab849475b0b3d46a04842eac43f38f089fc138ebbe1495a06c4fd4ddb7bd1025a816ae4ad2c646752e74f85336')
+sha512sums=('7f0008691d13101401b6c5c9bbd892bae33219dd1d2b06f1744a9962b9a4133af9aab527a45df46b8547b45125dbc2c792db05ae16a631053c815439fbf53b35')
build() {
cd "$_pkgname-$pkgver"