From 69625a4954962468a7e8bb1e206bca54ee0efd72 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Fri, 2 Feb 2018 16:46:19 +0100 Subject: pcr/django-social-auth: bumped pkgrel and rebuilt for missing architectures --- pcr/django-social-auth/PKGBUILD | 14 +++++++++----- 1 file 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 -# Source: https://github.com/zancarius/archlinux-pkgbuilds +# Maintainer (AUR): Benjamin A. Shelton +# Source (AUR): https://github.com/zancarius/archlinux-pkgbuilds # Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres +# 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 +} -- cgit v1.2.3