summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaikel Wever2020-12-06 17:22:14 +0100
committerMaikel Wever2020-12-06 17:22:14 +0100
commit768cd6e28cc6d203a4e446c286c82e444c7d32f0 (patch)
treece5134e61602d4c90515f3f5daf924e698ff3669
parent55443e52320ffca13cfa21dd6f54496e72ffe543 (diff)
downloadaur-768cd6e28cc6d203a4e446c286c82e444c7d32f0.tar.gz
Update to 9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d06f62b7dd4..66769b3e110f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-humanfriendly
pkgdesc = Human friendly input/output in Python
- pkgver = 8.2
+ pkgver = 9.0
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/8.2.tar.gz
- md5sums = 727cc3770afc811d2bd2c06ee0c5e5e9
+ source = https://github.com/xolox/python-humanfriendly/archive/9.0.tar.gz
+ md5sums = 15b9e0a179941aa2bfe01a0cfc4cf6d5
pkgname = python-humanfriendly
diff --git a/PKGBUILD b/PKGBUILD
index a2709886cbb1..55f2e3ccb3d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maikel Wever <maikelwever@gmail.com>
pkgname=python-humanfriendly
-pkgver=8.2
+pkgver=9.0
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=('727cc3770afc811d2bd2c06ee0c5e5e9')
+md5sums=('15b9e0a179941aa2bfe01a0cfc4cf6d5')
arch=('any')
package() {