summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd10c0b847a9..2da5176f9ce6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-darglint
pkgdesc = A python documentation linter which checks that the docstring description matches the definition.
- pkgver = 1.4.0
+ pkgver = 1.5.3
pkgrel = 1
url = https://github.com/terrencepreilly/darglint
arch = any
license = MIT
depends = python
- source = https://github.com/terrencepreilly/darglint/archive/v1.4.0.tar.gz
- sha512sums = b287805e6296320de4d77f026a7011bf33a4d1da9162f0ffbdc150d9f526e4526228c640455c465706c0aa43b4d64db76bb3916add36d82e226d2df9b054496e
+ source = https://github.com/terrencepreilly/darglint/archive/v1.5.3.tar.gz
+ sha512sums = 9e5463a39eff53ce55b1def3b09c7d703dfed80eb7990bc48be109b074d7ccf2ecef5cdc54b1aa09ff9a6cf0e802a851579fc612f3b230e9a3c556e8e4434f0d
pkgname = python-darglint
diff --git a/PKGBUILD b/PKGBUILD
index d413ffa5a5bc..65a6dac622e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=darglint
pkgname=python-$_pkgname
-pkgver=1.4.0
+pkgver=1.5.3
pkgrel=1
pkgdesc="A python documentation linter which checks that the docstring description matches the definition."
@@ -14,7 +14,7 @@ license=('MIT')
depends=('python')
source=("https://github.com/terrencepreilly/$_pkgname/archive/v$pkgver.tar.gz")
-sha512sums=('b287805e6296320de4d77f026a7011bf33a4d1da9162f0ffbdc150d9f526e4526228c640455c465706c0aa43b4d64db76bb3916add36d82e226d2df9b054496e')
+sha512sums=('9e5463a39eff53ce55b1def3b09c7d703dfed80eb7990bc48be109b074d7ccf2ecef5cdc54b1aa09ff9a6cf0e802a851579fc612f3b230e9a3c556e8e4434f0d')
package() {
cd "$_pkgname-$pkgver"