summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bbd65df62c7..077826170559 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Jun 8 10:40:18 UTC 2018
+# Fri Aug 3 18:27:17 UTC 2018
pkgbase = python-humanfriendly
pkgdesc = Human friendly input/output in Python
- pkgver = 4.12.1
+ pkgver = 4.16.1
pkgrel = 1
url = https://github.com/xolox/python-humanfriendly
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://github.com/xolox/python-humanfriendly/archive/4.12.1.tar.gz
- md5sums = a1361ba37543295c3f75cca69850c0cb
+ source = https://github.com/xolox/python-humanfriendly/archive/4.16.1.tar.gz
+ md5sums = ea03a6e4e86e0526c657ed96e2895ccd
pkgname = python-humanfriendly
diff --git a/PKGBUILD b/PKGBUILD
index 8d591161697c..d1a0d773e307 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maikel Wever <maikelwever@gmail.com>
pkgname=python-humanfriendly
-pkgver=4.12.1
+pkgver=4.16.1
pkgrel=1
pkgdesc="Human friendly input/output in Python"
url="https://github.com/xolox/python-humanfriendly"
@@ -8,7 +8,7 @@ license=('MIT')
depends=('python')
makedepends=('python-setuptools')
source=("https://github.com/xolox/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('a1361ba37543295c3f75cca69850c0cb')
+md5sums=('ea03a6e4e86e0526c657ed96e2895ccd')
arch=('any')
package() {