summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaikel Wever2019-01-06 03:31:42 +0100
committerMaikel Wever2019-01-06 03:31:42 +0100
commit6fcbf05c1b664e6556ee173db5cac035d659741c (patch)
treef6448049d48c893b30edd4d2f7e9929f68705dc0
parent6e4c1ab0eca1d01eab375373997ca1d703367f8b (diff)
downloadaur-6fcbf05c1b664e6556ee173db5cac035d659741c.tar.gz
Update to 4.17
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 077826170559..1a487e5a26f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Aug 3 18:27:17 UTC 2018
+# Sun Jan 6 02:31:30 UTC 2019
pkgbase = python-humanfriendly
pkgdesc = Human friendly input/output in Python
- pkgver = 4.16.1
+ pkgver = 4.17
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.16.1.tar.gz
- md5sums = ea03a6e4e86e0526c657ed96e2895ccd
+ source = https://github.com/xolox/python-humanfriendly/archive/4.17.tar.gz
+ md5sums = 5c2640d9763c6e6c04175e2f4e57351f
pkgname = python-humanfriendly
diff --git a/PKGBUILD b/PKGBUILD
index d1a0d773e307..042c67224783 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maikel Wever <maikelwever@gmail.com>
pkgname=python-humanfriendly
-pkgver=4.16.1
+pkgver=4.17
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=('ea03a6e4e86e0526c657ed96e2895ccd')
+md5sums=('5c2640d9763c6e6c04175e2f4e57351f')
arch=('any')
package() {