diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-02-22 15:46:48 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-02-22 15:46:48 +0100 |
commit | ac8c7398f189182aa0f8e21b2a09b57571157691 (patch) | |
tree | d5592e9114ea36f1d3484f538d7b53d70182d028 /pcr/python2-weberror/PKGBUILD | |
parent | 43ca418088df09af33c6e307ea76005803891f01 (diff) | |
download | abslibre-ac8c7398f189182aa0f8e21b2a09b57571157691.tar.gz abslibre-ac8c7398f189182aa0f8e21b2a09b57571157691.tar.bz2 abslibre-ac8c7398f189182aa0f8e21b2a09b57571157691.zip |
pcr/python2-weberror: updated to 0.13.1
Diffstat (limited to 'pcr/python2-weberror/PKGBUILD')
-rw-r--r-- | pcr/python2-weberror/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pcr/python2-weberror/PKGBUILD b/pcr/python2-weberror/PKGBUILD index d1eb475b7..cfd07a345 100644 --- a/pcr/python2-weberror/PKGBUILD +++ b/pcr/python2-weberror/PKGBUILD @@ -1,11 +1,11 @@ -#Maintainer (Arch): Brad Pitcher <bradpitcher@gmail.com> -#Contributor (Arch): David Campbell <davekong@archlinux.us> -#Contributor (Arch): Cilyan Olowen <gaknar@gmail.com> -#Contributor (Arch): Axilleas Pipinellis <axilleas archlinux.gr> +#Maintainer (AUR): Brad Pitcher <bradpitcher@gmail.com> +#Contributor (AUR): David Campbell <davekong@archlinux.us> +#Contributor (AUR): Cilyan Olowen <gaknar@gmail.com> +#Contributor (AUR): Axilleas Pipinellis <axilleas archlinux.gr> #Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=python2-weberror -pkgver=0.10.3 +pkgver=0.13.1 pkgrel=2 pkgdesc="Web Error handling and exception catching." arch=('any') @@ -14,8 +14,8 @@ license=('MIT') depends=('python2' 'python2-webob' 'python2-tempita' 'python2-simplejson' 'python2-paste>=1.7.1' 'python2-pygments') makedepends=('python2-distribute') -source=(http://pypi.python.org/packages/source/W/WebError/WebError-${pkgver}.tar.gz) -md5sums=('84b9990b0baae6fd440b1e60cdd06f9a') +source=(https://pypi.python.org/packages/source/W/WebError/WebError-${pkgver}.tar.gz) +sha256sums=('c19f8bd57de2f1eea1b18a44f1ba1ad27421097c9ecfa0ae754fa42c9cdd9864') package() { cd ${srcdir}/WebError-${pkgver} |