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 3e2f4b91c6c1..1a9964d657ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Thu Oct 6 14:29:19 UTC 2016
+# Wed Dec 28 11:18:52 UTC 2016
pkgbase = python-humanfriendly
pkgdesc = Human friendly input/output in Python
- pkgver = 2.0.1
+ pkgver = 2.2
pkgrel = 1
url = https://github.com/xolox/python-humanfriendly
arch = any
license = MIT
depends = python
- source = https://github.com/xolox/python-humanfriendly/archive/2.0.1.tar.gz
- md5sums = 586d2e27f8bcb071f018a7d9ce2496ce
+ source = https://github.com/xolox/python-humanfriendly/archive/2.2.tar.gz
+ md5sums = 4ce06879cd8fba39980ca20d6e6256cb
pkgname = python-humanfriendly
diff --git a/PKGBUILD b/PKGBUILD
index 6198bb8282ec..a17a8272dfc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Maikel Wever <maikelwever@gmail.com>
pkgname=python-humanfriendly
-pkgver=2.0.1
+pkgver=2.2
pkgrel=1
pkgdesc="Human friendly input/output in Python"
url="https://github.com/xolox/python-humanfriendly"
license=('MIT')
depends=('python')
source=("https://github.com/xolox/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('586d2e27f8bcb071f018a7d9ce2496ce')
+md5sums=('4ce06879cd8fba39980ca20d6e6256cb')
arch=('any')
package() {