summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Handley2022-08-25 21:57:10 +0100
committerWill Handley2022-08-25 21:57:10 +0100
commit2d50a4399357714b79c32426b925fad5cc9dcfa2 (patch)
treef02946d6c67334569975fd139e4c81fac48e8b25 /PKGBUILD
parent10ee1bf2174459efb4b5768d74cd349d8cb95635 (diff)
downloadaur-python-docrep.tar.gz
0.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c28efe2edd49..927ff2d3e7ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
pkgname=python-docrep
_name=${pkgname#python-}
-pkgver=0.3.1
-pkgrel=3
+pkgver=0.3.2
+pkgrel=1
pkgdesc="A Python Module for intelligent reuse of docstrings"
arch=(any)
url="https://github.com/Chilipp/docrep"
@@ -17,7 +17,7 @@ backup=()
options=(!emptydirs)
install=
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=(ef6e7433716c0d2c59889aae8bff800b48e82d7e759dfd934b93100dc7bccaa1)
+sha256sums=(ed8a17e201abd829ef8da78a0b6f4d51fb99a4cbd0554adbed3309297f964314)
build() {
cd "$srcdir/$_name-$pkgver"