diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-02-22 15:46:57 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-02-22 15:46:57 +0100 |
commit | 23827f7e067e0f41a928113bb0b81a9e5887d0b9 (patch) | |
tree | 42d9d46304c0c06f897c57a893aa30cbf7cff773 /pcr/python2-webhelpers | |
parent | ac8c7398f189182aa0f8e21b2a09b57571157691 (diff) | |
download | abslibre-23827f7e067e0f41a928113bb0b81a9e5887d0b9.tar.gz abslibre-23827f7e067e0f41a928113bb0b81a9e5887d0b9.tar.bz2 abslibre-23827f7e067e0f41a928113bb0b81a9e5887d0b9.zip |
pcr/python2-webhelpers: rebuilt
Diffstat (limited to 'pcr/python2-webhelpers')
-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') |