summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneodarz2022-01-05 12:44:46 +0100
committerneodarz2022-01-05 12:44:46 +0100
commitf3619c428339f08c4c6eae92776e987b2fd1bca8 (patch)
tree98f99f7fe9a42ff4899dec899a50d05b8f2377d6
parent60fc2b37d881aee24bc1465319f280d9ff8f3fdb (diff)
downloadaur-f3619c428339f08c4c6eae92776e987b2fd1bca8.tar.gz
Update to 1.8.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ea3c227ea45..53f88257f6bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = python-darglint
pkgdesc = A python documentation linter which checks that the docstring description matches the definition.
- pkgver = 1.5.5
+ pkgver = 1.8.1
pkgrel = 1
url = https://github.com/terrencepreilly/darglint
arch = any
license = MIT
depends = python
- source = https://github.com/terrencepreilly/darglint/archive/v1.5.5.tar.gz
- sha512sums = 7f93da8922049fd1666e8873e7c01434dfaee8f999603fe212a2c3f86064e7d75a840c347dfb3b7c378c5a1b6f7df91a7975694d3f1e351965da44452dc57aae
+ source = https://github.com/terrencepreilly/darglint/archive/v1.8.1.tar.gz
+ sha512sums = 320f52fa366472358f1d10c06d92f8a26eada014efa94d43c37645d6003c4c65e38ad91c60b031555649a36351f73bac9feaa005274f498dab9b16a4235e34d4
pkgname = python-darglint
-
diff --git a/PKGBUILD b/PKGBUILD
index 6fc6fe4837aa..57ebcd617386 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=darglint
pkgname=python-$_pkgname
-pkgver=1.5.5
+pkgver=1.8.1
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=('7f93da8922049fd1666e8873e7c01434dfaee8f999603fe212a2c3f86064e7d75a840c347dfb3b7c378c5a1b6f7df91a7975694d3f1e351965da44452dc57aae')
+sha512sums=('320f52fa366472358f1d10c06d92f8a26eada014efa94d43c37645d6003c4c65e38ad91c60b031555649a36351f73bac9feaa005274f498dab9b16a4235e34d4')
package() {
cd "$_pkgname-$pkgver"