summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstarsareintherose2021-11-13 14:27:01 +0000
committerstarsareintherose2021-11-13 14:27:01 +0000
commit232ad38f998039b578fd57369b44c7320a3aee10 (patch)
tree2bb14cd1bea851c60ae4cb11a9148c66c86cbdf4
parentbacce4728f8b5e2e47e13f8e26224fc9374759ef (diff)
downloadaur-232ad38f998039b578fd57369b44c7320a3aee10.tar.gz
v10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d42dd6e82358..98826e655671 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-humanfriendly
pkgdesc = Human friendly input/output in Python
- pkgver = 9.2
+ pkgver = 10.0
pkgrel = 1
url = https://github.com/xolox/python-humanfriendly
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-humanfriendly
makedepends = python-setuptools
makedepends = python-sphinx
depends = python
- source = https://github.com/xolox/python-humanfriendly/archive/9.2.tar.gz
- sha256sums = 63b6ae2ca33e7e8f5c3ae80b2a86d4bdf4d80e113afe02f4f1bd38031144f649
+ source = https://github.com/xolox/python-humanfriendly/archive/10.0.tar.gz
+ sha256sums = a7f6ee6aa93933ffdf716a44163a8b1d17e8c95b3badb25efa37d562b2b93393
pkgname = python-humanfriendly
diff --git a/PKGBUILD b/PKGBUILD
index f488cc55771a..20e1d9bd6a63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Maikel Wever <maikelwever@gmail.com>
-# Maintainer: Matthew Gamble <git@matthewgamble.net>
+# Contributor: Maikel Wever <maikelwever@gmail.com>
+# Contributor: Matthew Gamble <git@matthewgamble.net>
pkgname=python-humanfriendly
-pkgver=9.2
+pkgver=10.0
pkgrel=1
pkgdesc="Human friendly input/output in Python"
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python')
makedepends=('python-setuptools' 'python-sphinx')
source=("https://github.com/xolox/python-humanfriendly/archive/${pkgver}.tar.gz")
-sha256sums=('63b6ae2ca33e7e8f5c3ae80b2a86d4bdf4d80e113afe02f4f1bd38031144f649')
+sha256sums=('a7f6ee6aa93933ffdf716a44163a8b1d17e8c95b3badb25efa37d562b2b93393')
build() {
cd "python-humanfriendly-${pkgver}"