summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Mattern2020-07-04 14:22:54 +0200
committerPeter Mattern2020-07-04 14:22:54 +0200
commitbd364dde6adb624358f279246dcdce3038903cbf (patch)
treef23fd9ad8e746bdf887878c4ea100b81d3080b82 /PKGBUILD
parent4388f3dfb00ac87ae751687a75539274cdb0d060 (diff)
downloadaur-bd364dde6adb624358f279246dcdce3038903cbf.tar.gz
Fix typo in variables
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3029a70d86ad..0600990d9366 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python-social-auth-core
pkgver=3.4.0
-pkgrel=1
+pkgrel=2
pkgdesc='Python Social Auth core component'
arch=('any')
url='https://github.com/python-social-auth/social-core'
license=('BSD')
-makedepends=('python-six' 'python-defusedxml' 'python-pyjwt' 'python-jose' 'python-requests-oauthlib'
- 'python-openid' 'python-cryptography' 'python3-saml')
+depends=('python-six' 'python-defusedxml' 'python-pyjwt' 'python-jose' 'python-requests-oauthlib'
+ 'python-openid' 'python-cryptography' 'python3-saml')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
sha256sums=('06e137cf87a23bd077541523833b29f481081dd7ee143651b758db701032e606')