summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaikel Wever2020-12-10 17:52:21 +0100
committerMaikel Wever2020-12-10 17:52:21 +0100
commit18aef25f7fe441d30aa6f4eacf99b688e4ff7c49 (patch)
treef08700229ac94a31bf8ddffb808468d7a076104c
parent768cd6e28cc6d203a4e446c286c82e444c7d32f0 (diff)
downloadaur-18aef25f7fe441d30aa6f4eacf99b688e4ff7c49.tar.gz
Update to 9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66769b3e110f..b4a45eb2e383 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-humanfriendly
pkgdesc = Human friendly input/output in Python
- pkgver = 9.0
+ pkgver = 9.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/9.0.tar.gz
- md5sums = 15b9e0a179941aa2bfe01a0cfc4cf6d5
+ source = https://github.com/xolox/python-humanfriendly/archive/9.1.tar.gz
+ md5sums = 752c33e1e1ee2d9ebfa972ffced6c2a7
pkgname = python-humanfriendly
diff --git a/PKGBUILD b/PKGBUILD
index 55f2e3ccb3d8..a7c58b9a27db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maikel Wever <maikelwever@gmail.com>
pkgname=python-humanfriendly
-pkgver=9.0
+pkgver=9.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=('15b9e0a179941aa2bfe01a0cfc4cf6d5')
+md5sums=('752c33e1e1ee2d9ebfa972ffced6c2a7')
arch=('any')
package() {