summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-10-22 17:01:01 -0700
committerAndy Weidenbaum2015-10-22 17:01:01 -0700
commitb2ce3901153400ca433bace38fffac5110a98fb4 (patch)
treeec4b12d666004dedcf0e0b3bb26ca62ac6e304e8
parentfc467fbe46d150d8afa185bdf895bdb03158c88c (diff)
downloadaur-b2ce3901153400ca433bace38fffac5110a98fb4.tar.gz
update pkgver to 1.41
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d7cf9ce62a8..240767501205 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-humanfriendly
pkgdesc = Human friendly output for text interfaces using Python
- pkgver = 1.38
+ pkgver = 1.41
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.38.tar.gz
- md5sums = 22e57255d8fbd06b15ae616e907b6d49
- sha256sums = 1706a6e72c28d4001d2f2c963e74d120d36b9b9047e4026c0909f37b3da5e558
+ source = https://pypi.python.org/packages/source/h/humanfriendly/humanfriendly-1.41.tar.gz
+ md5sums = 790ceb288dd487729cda163322cedd5c
+ sha256sums = 8e226d69f9d9f22970bb0e87b0c13e95c5f72c8141258782023b37a4d7d0ba74
pkgname = python2-humanfriendly
diff --git a/PKGBUILD b/PKGBUILD
index ba998bb83343..5e39c6ddada4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=python2-humanfriendly
-pkgver=1.38
+pkgver=1.41
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=('22e57255d8fbd06b15ae616e907b6d49')
-sha256sums=('1706a6e72c28d4001d2f2c963e74d120d36b9b9047e4026c0909f37b3da5e558')
+md5sums=('790ceb288dd487729cda163322cedd5c')
+sha256sums=('8e226d69f9d9f22970bb0e87b0c13e95c5f72c8141258782023b37a4d7d0ba74')
provides=('humanfriendly' 'python2-humanfriendly')
conflicts=('humanfriendly')