summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2023-08-15 15:29:17 -0400
committerGuillaume Horel2023-08-15 15:29:17 -0400
commitee7f9da79a7c3d13ec201da20f07027044aba82b (patch)
tree134df3ed17cc7e5c759e36ce6b762d226f835d8e /PKGBUILD
parentfa54c6898c178a3f64223e94e3d049a85b16557c (diff)
downloadaur-ee7f9da79a7c3d13ec201da20f07027044aba82b.tar.gz
bump to 1.7.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index acb651399b5b..8baaa5ac333d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname='python-docformatter'
_pkgname='docformatter'
-pkgver=1.5.0
+pkgver=1.7.5
pkgrel=1
pkgdesc='Format docstrings to follow PEP257'
url='https://github.com/myint/docformatter'
@@ -12,7 +12,7 @@ optdepends=()
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('9dc71659d3b853c3018cd7b2ec34d5d054370128e12b79ee655498cb339cc711')
+sha256sums=('ffed3da0daffa2e77f80ccba4f0e50bfa2755e1c10e130102571c890a61b246e')
build() {
cd "${_pkgname}-${pkgver}"