summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-02-19 09:10:31 -0800
committerAndy Weidenbaum2016-02-19 09:10:31 -0800
commit03a79e2ea4c81b2d289bfe4755065a88e45be11c (patch)
treeb499189354514692fff9cb60976d7cc275ffc9fc
parent899b82c299eefe56bb15a9ba41197ac795b8dfbb (diff)
downloadaur-03a79e2ea4c81b2d289bfe4755065a88e45be11c.tar.gz
update pkgver to 1.44.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3716df01aff4..211f367e6c26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jan 20 15:36:25 UTC 2016
+# Fri Feb 19 17:10:19 UTC 2016
pkgbase = python2-humanfriendly
pkgdesc = Human friendly output for text interfaces using Python
- pkgver = 1.43.1
+ pkgver = 1.44.1
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.43.1.tar.gz
- md5sums = f6444416a76c89152ccd8877135e3328
- sha256sums = f0bb35005ed6d873e62bae51edb7ecbff87b9238f9733d40e83c6cd3dda43c8d
+ source = https://pypi.python.org/packages/source/h/humanfriendly/humanfriendly-1.44.1.tar.gz
+ md5sums = 236c02bbcf07962c32d34c3e28ccf664
+ sha256sums = a9c545dc284c8e310465dba0b2300d898a9dc0d6eba5852f7578e03ff3ffc4ea
pkgname = python2-humanfriendly
diff --git a/PKGBUILD b/PKGBUILD
index 3084d1cdfc92..f20dd951a06e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=python2-humanfriendly
-pkgver=1.43.1
+pkgver=1.44.1
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=('f6444416a76c89152ccd8877135e3328')
-sha256sums=('f0bb35005ed6d873e62bae51edb7ecbff87b9238f9733d40e83c6cd3dda43c8d')
+md5sums=('236c02bbcf07962c32d34c3e28ccf664')
+sha256sums=('a9c545dc284c8e310465dba0b2300d898a9dc0d6eba5852f7578e03ff3ffc4ea')
provides=('humanfriendly' 'python2-humanfriendly')
conflicts=('humanfriendly')