summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-10-22 08:56:25 -0700
committerAndy Weidenbaum2015-10-22 08:56:25 -0700
commitfc467fbe46d150d8afa185bdf895bdb03158c88c (patch)
tree78ea4fcfd81431105e6f0b8e44db4bd34fb5fb2e
parent4c3c185dbcbee20d1d8b540eb0351e41754ccba4 (diff)
downloadaur-fc467fbe46d150d8afa185bdf895bdb03158c88c.tar.gz
update pkgver to 1.38
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebc7860483a4..3d7cf9ce62a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-humanfriendly
pkgdesc = Human friendly output for text interfaces using Python
- pkgver = 1.36
+ pkgver = 1.38
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.36.tar.gz
- md5sums = b4f4ad3f906b9ff66ac72ba38d479680
- sha256sums = eabb02c7cd003e5524accb861de38f738a38857b446d3c07ae271ab5fb0857e4
+ source = https://pypi.python.org/packages/source/h/humanfriendly/humanfriendly-1.38.tar.gz
+ md5sums = 22e57255d8fbd06b15ae616e907b6d49
+ sha256sums = 1706a6e72c28d4001d2f2c963e74d120d36b9b9047e4026c0909f37b3da5e558
pkgname = python2-humanfriendly
diff --git a/PKGBUILD b/PKGBUILD
index 823ad1b765f5..ba998bb83343 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=python2-humanfriendly
-pkgver=1.36
+pkgver=1.38
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=('b4f4ad3f906b9ff66ac72ba38d479680')
-sha256sums=('eabb02c7cd003e5524accb861de38f738a38857b446d3c07ae271ab5fb0857e4')
+md5sums=('22e57255d8fbd06b15ae616e907b6d49')
+sha256sums=('1706a6e72c28d4001d2f2c963e74d120d36b9b9047e4026c0909f37b3da5e558')
provides=('humanfriendly' 'python2-humanfriendly')
conflicts=('humanfriendly')