summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaikel Wever2020-04-27 17:16:45 +0200
committerMaikel Wever2020-04-27 17:16:45 +0200
commit55443e52320ffca13cfa21dd6f54496e72ffe543 (patch)
tree3128e63d79f1f372bf89407d13960e46a890c925
parentd7b2627b5973c1d1c08fb3d3ddf02ef6e2291ac0 (diff)
downloadaur-55443e52320ffca13cfa21dd6f54496e72ffe543.tar.gz
Update to 8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 425a6a9a4268..8d06f62b7dd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-humanfriendly
pkgdesc = Human friendly input/output in Python
- pkgver = 8.1
+ pkgver = 8.2
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.1.tar.gz
- md5sums = fbccdb39a7c4a0cd32bdbac26a6e7ed3
+ source = https://github.com/xolox/python-humanfriendly/archive/8.2.tar.gz
+ md5sums = 727cc3770afc811d2bd2c06ee0c5e5e9
pkgname = python-humanfriendly
diff --git a/PKGBUILD b/PKGBUILD
index 9a8d7497e635..a2709886cbb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maikel Wever <maikelwever@gmail.com>
pkgname=python-humanfriendly
-pkgver=8.1
+pkgver=8.2
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=('fbccdb39a7c4a0cd32bdbac26a6e7ed3')
+md5sums=('727cc3770afc811d2bd2c06ee0c5e5e9')
arch=('any')
package() {