summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanpi2020-11-15 09:36:35 +0100
committerSanpi2020-11-15 09:36:35 +0100
commitc835699647c859291ed063fb9cfeab00cd8def0f (patch)
tree9e2fcd9c831e3104d1eaeec347e94c1ed7fc72be /PKGBUILD
parent5edd6ff5395b2216bc3f5c37e2e38737d120b7d4 (diff)
downloadaur-c835699647c859291ed063fb9cfeab00cd8def0f.tar.gz
v0.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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()
{