summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanpi2020-06-16 10:20:06 +0200
committerSanpi2020-06-16 10:20:06 +0200
commit7aa35d8b4fb7a295da11f2566a13b839a7b14a33 (patch)
tree25b6c850008a3d0b0007bd3ed79902e3d85905e5 /PKGBUILD
parentf636d054b0f3656e0302799acafaa32ea529d45c (diff)
downloadaur-7aa35d8b4fb7a295da11f2566a13b839a7b14a33.tar.gz
v0.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57f9ccbb41e3..9b385245d584 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=cargo-spellcheck
-pkgver=0.1.5
+pkgver=0.2.0
pkgrel=1
pkgdesc="Checks all your documentation for spelling mistakes"
url="https://github.com/drahnr/$pkgname"
@@ -8,7 +8,7 @@ arch=("x86_64")
license=("MIT" "Apache")
depends=("cargo" "hunspell")
source=("$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download")
-sha256sums=('9136a5a6082dccf85cbf1c17668dc86f91b94a8d67edfa8e1017b7df41151e2b')
+sha256sums=('aab01762322ce033a5f6ca6579ec8dd7408cfcd020d08ba91d01760909ba463c')
build()
{