summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneodarz2020-11-11 12:02:30 +0100
committerneodarz2020-11-11 12:02:30 +0100
commit60fc2b37d881aee24bc1465319f280d9ff8f3fdb (patch)
tree65cb04851ff036bc9d0a3af3970a4a52634f77d4
parent6042ee6c56b23501a60f4e8f6ee14d03e2eacd65 (diff)
downloadaur-60fc2b37d881aee24bc1465319f280d9ff8f3fdb.tar.gz
Update to last version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2da5176f9ce6..2ea3c227ea45 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.5.3
+ pkgver = 1.5.5
pkgrel = 1
url = https://github.com/terrencepreilly/darglint
arch = any
license = MIT
depends = python
- source = https://github.com/terrencepreilly/darglint/archive/v1.5.3.tar.gz
- sha512sums = 9e5463a39eff53ce55b1def3b09c7d703dfed80eb7990bc48be109b074d7ccf2ecef5cdc54b1aa09ff9a6cf0e802a851579fc612f3b230e9a3c556e8e4434f0d
+ source = https://github.com/terrencepreilly/darglint/archive/v1.5.5.tar.gz
+ sha512sums = 7f93da8922049fd1666e8873e7c01434dfaee8f999603fe212a2c3f86064e7d75a840c347dfb3b7c378c5a1b6f7df91a7975694d3f1e351965da44452dc57aae
pkgname = python-darglint
diff --git a/PKGBUILD b/PKGBUILD
index 65a6dac622e2..6fc6fe4837aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=darglint
pkgname=python-$_pkgname
-pkgver=1.5.3
+pkgver=1.5.5
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=('9e5463a39eff53ce55b1def3b09c7d703dfed80eb7990bc48be109b074d7ccf2ecef5cdc54b1aa09ff9a6cf0e802a851579fc612f3b230e9a3c556e8e4434f0d')
+sha512sums=('7f93da8922049fd1666e8873e7c01434dfaee8f999603fe212a2c3f86064e7d75a840c347dfb3b7c378c5a1b6f7df91a7975694d3f1e351965da44452dc57aae')
package() {
cd "$_pkgname-$pkgver"