summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-03-20 19:03:50 -0700
committerAndy Weidenbaum2016-03-20 19:03:50 -0700
commit0c156dfb6b29303ea71338f2b8b630da8044e3ab (patch)
tree9209efd2efff947d76a689e820b706ae8719ad76
parent93e466dd44b16439ca0b0f00ad6893d9578c3ef0 (diff)
downloadaur-0c156dfb6b29303ea71338f2b8b630da8044e3ab.tar.gz
update pkgver to 1.44.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d85ab6df0e74..361d03492adb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Mar 15 18:29:20 UTC 2016
+# Mon Mar 21 02:03:41 UTC 2016
pkgbase = python2-humanfriendly
pkgdesc = Human friendly output for text interfaces using Python
- pkgver = 1.44.4
+ pkgver = 1.44.5
pkgrel = 1
url = https://humanfriendly.readthedocs.org
arch = any
@@ -13,9 +13,9 @@ pkgbase = python2-humanfriendly
provides = python2-humanfriendly
conflicts = humanfriendly
options = !emptydirs
- source = https://pypi.python.org/packages/source/h/humanfriendly/humanfriendly-1.44.4.tar.gz
- md5sums = c3562820e3243ae4554b2e9eb2eba08c
- sha256sums = c5aee31d97727bf2e153b0441d3eeaa12e3a657a1d568c190ea80d1856a620c4
+ source = https://pypi.python.org/packages/source/h/humanfriendly/humanfriendly-1.44.5.tar.gz
+ md5sums = 3e251fb642bda8eb84ad242dfecd673b
+ sha256sums = 4465e94cdfac4659c485a680057eae8beadd94f480db8cfa71de8fc85ddc429c
pkgname = python2-humanfriendly
diff --git a/PKGBUILD b/PKGBUILD
index 4bce53f7bf68..6bcab51b1225 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=python2-humanfriendly
-pkgver=1.44.4
+pkgver=1.44.5
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=('c3562820e3243ae4554b2e9eb2eba08c')
-sha256sums=('c5aee31d97727bf2e153b0441d3eeaa12e3a657a1d568c190ea80d1856a620c4')
+md5sums=('3e251fb642bda8eb84ad242dfecd673b')
+sha256sums=('4465e94cdfac4659c485a680057eae8beadd94f480db8cfa71de8fc85ddc429c')
provides=('humanfriendly' 'python2-humanfriendly')
conflicts=('humanfriendly')