summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaikel Wever2016-10-06 16:30:17 +0200
committerMaikel Wever2016-10-06 16:30:17 +0200
commit7052bc0f001a3c333a59d1bcd98a8a9f1e15376e (patch)
tree33397ff13ae9ebfa5b03a7da96c408877048229b
parentafd6146a656db7686fcea616fd2637212de0ad47 (diff)
downloadaur-7052bc0f001a3c333a59d1bcd98a8a9f1e15376e.tar.gz
Update to 2.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3688c347bb5..3e2f4b91c6c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Sep 16 12:46:02 UTC 2016
+# Thu Oct 6 14:29:19 UTC 2016
pkgbase = python-humanfriendly
pkgdesc = Human friendly input/output in Python
- pkgver = 1.44.7
+ pkgver = 2.0.1
pkgrel = 1
url = https://github.com/xolox/python-humanfriendly
arch = any
license = MIT
depends = python
- source = https://github.com/xolox/python-humanfriendly/archive/1.44.7.tar.gz
- md5sums = b8ecb8e1a8735a40e04efe9172082639
+ source = https://github.com/xolox/python-humanfriendly/archive/2.0.1.tar.gz
+ md5sums = 586d2e27f8bcb071f018a7d9ce2496ce
pkgname = python-humanfriendly
diff --git a/PKGBUILD b/PKGBUILD
index 98574d0304b6..6198bb8282ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Maikel Wever <maikelwever@gmail.com>
pkgname=python-humanfriendly
-pkgver=1.44.7
+pkgver=2.0.1
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=('b8ecb8e1a8735a40e04efe9172082639')
+md5sums=('586d2e27f8bcb071f018a7d9ce2496ce')
arch=('any')
package() {