summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2020-06-16 14:08:19 +0200
committerSanpi2020-06-16 14:08:19 +0200
commitb40848d33e0739cb54c0f1c77456b3c460b4b9a4 (patch)
treed38f72f520a5c571086002ba2c9a3bd37cea4b26
parent7aa35d8b4fb7a295da11f2566a13b839a7b14a33 (diff)
downloadaur-b40848d33e0739cb54c0f1c77456b3c460b4b9a4.tar.gz
v0.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c9f2e018d92..e935ea12db1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cargo-spellcheck
pkgdesc = Checks all your documentation for spelling mistakes
- pkgver = 0.2.0
+ pkgver = 0.2.1
pkgrel = 1
url = https://github.com/drahnr/cargo-spellcheck
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = cargo-spellcheck
license = Apache
depends = cargo
depends = hunspell
- source = 0.2.0.tar.gz::https://crates.io/api/v1/crates/cargo-spellcheck/0.2.0/download
- sha256sums = aab01762322ce033a5f6ca6579ec8dd7408cfcd020d08ba91d01760909ba463c
+ source = 0.2.1.tar.gz::https://crates.io/api/v1/crates/cargo-spellcheck/0.2.1/download
+ sha256sums = 0a2c149df2c4e941c2eadbf6cfd236c78f15e14976505c8aaec11d1e2523691e
pkgname = cargo-spellcheck
diff --git a/PKGBUILD b/PKGBUILD
index 9b385245d584..d5d0b760416b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=cargo-spellcheck
-pkgver=0.2.0
+pkgver=0.2.1
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=('aab01762322ce033a5f6ca6579ec8dd7408cfcd020d08ba91d01760909ba463c')
+sha256sums=('0a2c149df2c4e941c2eadbf6cfd236c78f15e14976505c8aaec11d1e2523691e')
build()
{