summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa02a84b8c6d..20550f62ab7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-django-rest-framework-jwt
pkgver=1.11.0
-pkgrel=4
+pkgrel=5
pkgdesc="JSON Web Token Authentication support for Django REST Framework"
arch=(any)
url="https://github.com/GetBlimp/django-rest-framework-jwt"
@@ -10,7 +10,7 @@ license=('MIT')
options=(!emptydirs)
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
sha256sums=('1d1595123db26fdbfe8c29b9795afaac8f8dd67140979135c5238705c1a57f44')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools')
depends=('python-django' 'python-django-rest-framework' 'python-pyjwt')
package() {