summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2020-07-04 14:22:54 +0200
committerPeter Mattern2020-07-04 14:22:54 +0200
commitbd364dde6adb624358f279246dcdce3038903cbf (patch)
treef23fd9ad8e746bdf887878c4ea100b81d3080b82
parent4388f3dfb00ac87ae751687a75539274cdb0d060 (diff)
downloadaur-bd364dde6adb624358f279246dcdce3038903cbf.tar.gz
Fix typo in variables
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 12 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b99d095aacd..ec65cb80f98f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,19 @@
pkgbase = python-social-auth-core
pkgdesc = Python Social Auth core component
pkgver = 3.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/python-social-auth/social-core
arch = any
license = BSD
makedepends = python-setuptools
+ depends = python-six
+ depends = python-defusedxml
+ depends = python-pyjwt
+ depends = python-jose
+ depends = python-requests-oauthlib
+ depends = python-openid
+ depends = python-cryptography
+ depends = python3-saml
source = python-social-auth-core-3.4.0.tar.gz::https://github.com/python-social-auth/social-core/archive/3.4.0.tar.gz
sha256sums = 06e137cf87a23bd077541523833b29f481081dd7ee143651b758db701032e606
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')