summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaikel Wever2019-08-22 19:17:32 +0200
committerMaikel Wever2019-08-22 19:17:32 +0200
commit9fdba26726e5d229200e6236350749a89771bf09 (patch)
tree6c80132ecdb7de94e344a7d87a69ebc567d39c46
parent6fcbf05c1b664e6556ee173db5cac035d659741c (diff)
downloadaur-9fdba26726e5d229200e6236350749a89771bf09.tar.gz
Update to 4.18
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a487e5a26f5..c5e9db92aaf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Sun Jan 6 02:31:30 UTC 2019
pkgbase = python-humanfriendly
pkgdesc = Human friendly input/output in Python
- pkgver = 4.17
+ pkgver = 4.18
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.17.tar.gz
- md5sums = 5c2640d9763c6e6c04175e2f4e57351f
+ source = https://github.com/xolox/python-humanfriendly/archive/4.18.tar.gz
+ md5sums = 5713fa6ad8e1ac37ef86cb8faa2a8e08
pkgname = python-humanfriendly
diff --git a/PKGBUILD b/PKGBUILD
index 042c67224783..f70ee9596803 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maikel Wever <maikelwever@gmail.com>
pkgname=python-humanfriendly
-pkgver=4.17
+pkgver=4.18
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=('5c2640d9763c6e6c04175e2f4e57351f')
+md5sums=('5713fa6ad8e1ac37ef86cb8faa2a8e08')
arch=('any')
package() {