summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-04-21 07:01:59 -0700
committerAndy Weidenbaum2016-04-21 07:01:59 -0700
commit24002676f9735c3ed8040e97fbb63b02028aa150 (patch)
tree484c43a47f6e85d772e6d57260e725016b987f25
parent0c156dfb6b29303ea71338f2b8b630da8044e3ab (diff)
downloadaur-24002676f9735c3ed8040e97fbb63b02028aa150.tar.gz
update pkgver to 1.44.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 361d03492adb..8836da223d26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 21 02:03:41 UTC 2016
+# Thu Apr 21 14:01:47 UTC 2016
pkgbase = python2-humanfriendly
pkgdesc = Human friendly output for text interfaces using Python
- pkgver = 1.44.5
+ pkgver = 1.44.7
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.5.tar.gz
- md5sums = 3e251fb642bda8eb84ad242dfecd673b
- sha256sums = 4465e94cdfac4659c485a680057eae8beadd94f480db8cfa71de8fc85ddc429c
+ source = https://pypi.python.org/packages/05/43/47c39f284391051c503322b86d2ffbe1e7314a3156cf5649aa7af03c85fb/humanfriendly-1.44.7.tar.gz
+ md5sums = ead99eb5d8a8416b6b1a1a41892efa06
+ sha256sums = fcee758612edc6fead9b8fd1d5a473eab2c3a84cf8766f3ce70862ccd35e8a64
pkgname = python2-humanfriendly
diff --git a/PKGBUILD b/PKGBUILD
index 6bcab51b1225..614328f8cd96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=python2-humanfriendly
-pkgver=1.44.5
+pkgver=1.44.7
pkgrel=1
pkgdesc="Human friendly output for text interfaces using Python"
arch=('any')
@@ -10,9 +10,9 @@ makedepends=('python2-setuptools')
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=('3e251fb642bda8eb84ad242dfecd673b')
-sha256sums=('4465e94cdfac4659c485a680057eae8beadd94f480db8cfa71de8fc85ddc429c')
+source=(https://pypi.python.org/packages/05/43/47c39f284391051c503322b86d2ffbe1e7314a3156cf5649aa7af03c85fb/${pkgname#python2-}-$pkgver.tar.gz)
+md5sums=('ead99eb5d8a8416b6b1a1a41892efa06')
+sha256sums=('fcee758612edc6fead9b8fd1d5a473eab2c3a84cf8766f3ce70862ccd35e8a64')
provides=('humanfriendly' 'python2-humanfriendly')
conflicts=('humanfriendly')