summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas DOREL2021-09-23 13:57:10 +0200
committerJonas DOREL2021-09-23 13:57:10 +0200
commit5e9808f22f8268677ba9a44777940059eac29e9e (patch)
tree496f3cdef8e9f041ae753499d33e1cade76980da
parenta4ed014f15b662f1da527c89a0901722b1c19cb9 (diff)
downloadaur-5e9808f22f8268677ba9a44777940059eac29e9e.tar.gz
update checksum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d9bd4dfd8ed..8315381fcce3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -25,7 +25,7 @@ pkgbase = python-prospector
optdepends = python-vulture: find dead code
optdepends = mypy: optional type checking
source = https://files.pythonhosted.org/packages/source/p/prospector/prospector-1.5.1.tar.gz
- sha256sums = 700d7918d93d73035a2a58fb18c6be0b609a0481fc6e0908843fa856b89e52c6
+ sha256sums = 851c2892cd615cfee91fd27cfaf7a5061d14daf2853aa8f012e927b98f919578
pkgname = python-prospector
depends = python-pylint-plugin-utils
diff --git a/PKGBUILD b/PKGBUILD
index 56a3e2bb16fe..b88948710639 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ makedepends=('python-setuptools')
license=('GPL')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('700d7918d93d73035a2a58fb18c6be0b609a0481fc6e0908843fa856b89e52c6')
+sha256sums=('851c2892cd615cfee91fd27cfaf7a5061d14daf2853aa8f012e927b98f919578')
build() {
cd "${srcdir}/${_module}-${pkgver}"