diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/python2-webhelpers/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pcr/python2-webhelpers/PKGBUILD b/pcr/python2-webhelpers/PKGBUILD index ef59835fc..85dc132f3 100644 --- a/pcr/python2-webhelpers/PKGBUILD +++ b/pcr/python2-webhelpers/PKGBUILD @@ -1,17 +1,17 @@ -#Maintainer (Arch): ParadoxSpiral <paradoxspiral[at]riseup[dot]net> -#Contributor (Arch): Cilyan Olowen <gaknar@gmail.com> -#Contributor (Arch): Nathan Jones <nathanj@insightbb.com> +#Maintainer (AUR): ParadoxSpiral <paradoxspiral[at]riseup[dot]net> +#Contributor (AUR): Cilyan Olowen <gaknar@gmail.com> +#Contributor (AUR): Nathan Jones <nathanj@insightbb.com> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=python2-webhelpers pkgver=1.3 -pkgrel=2 +pkgrel=4 pkgdesc="A library of helper functions to make writing templates in web applications easier" depends=('python2') -makedepends=('setuptools') +makedepends=('python2-setuptools') conflicts=('python-webhelpers') -source=("http://pypi.python.org/packages/source/W/WebHelpers/WebHelpers-$pkgver.tar.gz") -url="http://pypi.python.org/pypi/WebHelpers/1.3" +source=("https://pypi.python.org/packages/source/W/WebHelpers/WebHelpers-$pkgver.tar.gz") +url="https://pypi.python.org/pypi/WebHelpers/1.3" license=('BSD') arch=('any') md5sums=('32749ffadfc40fea51075a7def32588b') |