summaryrefslogtreecommitdiff
path: root/pcr/django-social-auth
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-02 16:46:19 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-02 16:46:19 +0100
commit69625a4954962468a7e8bb1e206bca54ee0efd72 (patch)
tree9560c009a4e00101c00398ddf19679724c6e5f0d /pcr/django-social-auth
parent238adb045467ef3804f212309b7e56b42cc83268 (diff)
pcr/django-social-auth: bumped pkgrel and rebuilt for missing architectures
Diffstat (limited to 'pcr/django-social-auth')
-rw-r--r--pcr/django-social-auth/PKGBUILD14
1 files changed, 9 insertions, 5 deletions
diff --git a/pcr/django-social-auth/PKGBUILD b/pcr/django-social-auth/PKGBUILD
index 82f597420..9b3195826 100644
--- a/pcr/django-social-auth/PKGBUILD
+++ b/pcr/django-social-auth/PKGBUILD
@@ -1,10 +1,14 @@
-# Contributor (Arch): Benjamin A. Shelton <zancarius at gmail _ com>
-# Source: https://github.com/zancarius/archlinux-pkgbuilds
+# Maintainer (AUR): Benjamin A. Shelton <zancarius at gmail _ com>
+# Source (AUR): https://github.com/zancarius/archlinux-pkgbuilds
# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.IO>
+# parabola changes and rationale:
+# - corrected license
+# - fixed source url
+
pkgname=django-social-auth
pkgver=0.7.28
-pkgrel=1
+pkgrel=1.1
pkgdesc="Social authentication made simple."
arch=(any)
url="http://pypi.python.org/pypi/django-social-auth"
@@ -12,7 +16,7 @@ license=(BSD3)
depends=(python2 python2-openid python2-oauth2)
makedepends=(python2-distribute)
conflicts=(django-socialauth-git)
-source=("http://pypi.python.org/packages/source/d/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+source=("https://pypi.python.org/packages/source/d/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=(50fb14cc829fc28d6021e711e206f228)
package () {
@@ -20,4 +24,4 @@ package () {
cd "${srcdir}/${pkgname}-${pkgver}"
python2 setup.py install --root="${pkgdir}/" --optimize=1
-} \ No newline at end of file
+}