From 247336db785626e15fa0a8edbf204baa68c0ac4f Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sat, 2 May 2015 03:08:54 -0500 Subject: django-social-auth-0.7.28-1: updating version --- pcr/django-social-auth/PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'pcr') diff --git a/pcr/django-social-auth/PKGBUILD b/pcr/django-social-auth/PKGBUILD index 9e6fee298..82f597420 100644 --- a/pcr/django-social-auth/PKGBUILD +++ b/pcr/django-social-auth/PKGBUILD @@ -1,22 +1,23 @@ -# Maintainer (Arch): Benjamin A. Shelton +# Contributor (Arch): Benjamin A. Shelton # Source: https://github.com/zancarius/archlinux-pkgbuilds -# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres +# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres pkgname=django-social-auth -pkgver=0.7.9 +pkgver=0.7.28 pkgrel=1 pkgdesc="Social authentication made simple." arch=(any) url="http://pypi.python.org/pypi/django-social-auth" -license=(BSD) +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") +md5sums=(50fb14cc829fc28d6021e711e206f228) -build () { +package () { cd "${srcdir}/${pkgname}-${pkgver}" python2 setup.py install --root="${pkgdir}/" --optimize=1 -} +} \ No newline at end of file -- cgit v1.2.3