summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-07-20 12:02:19 -0700
committerAndy Weidenbaum2015-07-20 12:02:19 -0700
commitc670831d442e4ff9c3dd6147d2940f1190c85737 (patch)
tree5a6ca1ef0d10f4a82c12ac0f50d4002895026dca
parent9402b214358dec59bb14df62cdf6788981c7d644 (diff)
downloadaur-c670831d442e4ff9c3dd6147d2940f1190c85737.tar.gz
update pkgver to 1.32
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 442372895295..966e6f0d4dec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-humanfriendly
pkgdesc = Human friendly output for text interfaces using Python
- pkgver = 1.31
+ pkgver = 1.32
pkgrel = 1
url = https://humanfriendly.readthedocs.org
arch = any
@@ -11,9 +11,9 @@ pkgbase = python2-humanfriendly
provides = python2-humanfriendly
conflicts = humanfriendly
options = !emptydirs
- source = https://pypi.python.org/packages/source/h/humanfriendly/humanfriendly-1.31.tar.gz
- md5sums = 09adf59b75037a59f2def75ae93d697f
- sha256sums = 329b359b5aa8d330841379afea30ab343ec177fed826bfc8e44ebba43700ac5f
+ source = https://pypi.python.org/packages/source/h/humanfriendly/humanfriendly-1.32.tar.gz
+ md5sums = a43c02c9aede09b8b8ecd631f4c358ca
+ sha256sums = 79e631a8aa122c5366839f19e692ef4a7fdaf95f1d6fd82382fb47cfc56db2c0
pkgname = python2-humanfriendly
diff --git a/PKGBUILD b/PKGBUILD
index ac19e75a8e95..6d37ee1f2dce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=python2-humanfriendly
-pkgver=1.31
+pkgver=1.32
pkgrel=1
pkgdesc="Human friendly output for text interfaces using Python"
arch=('any')
@@ -11,8 +11,8 @@ url="https://humanfriendly.readthedocs.org"
license=('MIT')
options=(!emptydirs)
source=(https://pypi.python.org/packages/source/h/${pkgname#python2-}/${pkgname#python2-}-$pkgver.tar.gz)
-md5sums=('09adf59b75037a59f2def75ae93d697f')
-sha256sums=('329b359b5aa8d330841379afea30ab343ec177fed826bfc8e44ebba43700ac5f')
+md5sums=('a43c02c9aede09b8b8ecd631f4c358ca')
+sha256sums=('79e631a8aa122c5366839f19e692ef4a7fdaf95f1d6fd82382fb47cfc56db2c0')
provides=('humanfriendly' 'python2-humanfriendly')
conflicts=('humanfriendly')