summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaikel Wever2017-09-29 14:43:17 +0200
committerMaikel Wever2017-09-29 14:43:17 +0200
commit0744762dfdb2f8487c5ab811fea65be31621de12 (patch)
tree5677b728933aa934cffa8f1c8d6529b9041d04f9
parent26fdf675f17e8d9983d636a319de76c84e8cdf67 (diff)
downloadaur-0744762dfdb2f8487c5ab811fea65be31621de12.tar.gz
Update to 4.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc5907e9fa90..c7b341837c26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Mar 7 14:19:58 UTC 2017
+# Fri Sep 29 12:43:07 UTC 2017
pkgbase = python-humanfriendly
pkgdesc = Human friendly input/output in Python
- pkgver = 2.4
+ pkgver = 4.4.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/2.4.tar.gz
- md5sums = e59070a51549a013e498957793a3bbcf
+ source = https://github.com/xolox/python-humanfriendly/archive/4.4.1.tar.gz
+ md5sums = 89c6b86c744e7fc44ac884119bf740dc
pkgname = python-humanfriendly
diff --git a/PKGBUILD b/PKGBUILD
index 7e706dd05d00..dd52a467dbc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maikel Wever <maikelwever@gmail.com>
pkgname=python-humanfriendly
-pkgver=2.4
+pkgver=4.4.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=('e59070a51549a013e498957793a3bbcf')
+md5sums=('89c6b86c744e7fc44ac884119bf740dc')
arch=('any')
package() {