summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2020-11-15 09:36:35 +0100
committerSanpi2020-11-15 09:36:35 +0100
commitc835699647c859291ed063fb9cfeab00cd8def0f (patch)
tree9e2fcd9c831e3104d1eaeec347e94c1ed7fc72be
parent5edd6ff5395b2216bc3f5c37e2e38737d120b7d4 (diff)
downloadaur-c835699647c859291ed063fb9cfeab00cd8def0f.tar.gz
v0.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2142fdaa574..65f4c35fb631 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = cargo-spellcheck
pkgdesc = Checks all your documentation for spelling mistakes
- pkgver = 0.4.6
- pkgrel = 2
+ pkgver = 0.5.0
+ pkgrel = 1
url = https://github.com/drahnr/cargo-spellcheck
arch = x86_64
license = MIT
license = Apache
depends = cargo
depends = hunspell
- source = 0.4.6.tar.gz::https://crates.io/api/v1/crates/cargo-spellcheck/0.4.6/download
- sha256sums = a65c31830b3b5eda44f87c5051c8c08a86254c4507e1b42c0957f07bd86e3591
+ source = 0.5.0.tar.gz::https://crates.io/api/v1/crates/cargo-spellcheck/0.5.0/download
+ sha256sums = 91207cf907ff7a7620b7ede396965cefb8615a557f78949243885032f46e9e58
pkgname = cargo-spellcheck
diff --git a/PKGBUILD b/PKGBUILD
index 1eead44f792b..532363c37f3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=cargo-spellcheck
-pkgver=0.4.6
-pkgrel=2
+pkgver=0.5.0
+pkgrel=1
pkgdesc="Checks all your documentation for spelling mistakes"
url="https://github.com/drahnr/$pkgname"
arch=("x86_64")
license=("MIT" "Apache")
depends=("cargo" "hunspell")
source=("$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download")
-sha256sums=('a65c31830b3b5eda44f87c5051c8c08a86254c4507e1b42c0957f07bd86e3591')
+sha256sums=('91207cf907ff7a7620b7ede396965cefb8615a557f78949243885032f46e9e58')
build()
{