summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaikel Wever2017-03-07 15:20:06 +0100
committerMaikel Wever2017-03-07 15:20:06 +0100
commit0c60ce9634af6e242d37b5bc11de1e578b7c9ec0 (patch)
tree8f24e5a450f2a8ae5118b9b68f05f0bc2bdbe325
parent48861e6cf2ced95ebb984538ba3d0eea21406f4b (diff)
downloadaur-0c60ce9634af6e242d37b5bc11de1e578b7c9ec0.tar.gz
Update to 2.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2f9fca9f43a..dc5907e9fa90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Feb 1 11:26:52 UTC 2017
+# Tue Mar 7 14:19:58 UTC 2017
pkgbase = python-humanfriendly
pkgdesc = Human friendly input/output in Python
- pkgver = 2.3.2
+ pkgver = 2.4
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.3.2.tar.gz
- md5sums = b84e0e569db706f6192e3df46f480087
+ source = https://github.com/xolox/python-humanfriendly/archive/2.4.tar.gz
+ md5sums = e59070a51549a013e498957793a3bbcf
pkgname = python-humanfriendly
diff --git a/PKGBUILD b/PKGBUILD
index 931e14de35e2..7e706dd05d00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maikel Wever <maikelwever@gmail.com>
pkgname=python-humanfriendly
-pkgver=2.3.2
+pkgver=2.4
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=('b84e0e569db706f6192e3df46f480087')
+md5sums=('e59070a51549a013e498957793a3bbcf')
arch=('any')
package() {