summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2020-06-19 12:15:25 +0200
committerSanpi2020-06-19 12:15:25 +0200
commitdfd88737b140987ad40f3c52ba7fed7fe4d2b7b4 (patch)
treed555c6e0417fd8f621e877a1fa656aeb786f17bb
parenteb150dcba8a4bc9abbada637800a29051b6d2b82 (diff)
downloadaur-dfd88737b140987ad40f3c52ba7fed7fe4d2b7b4.tar.gz
v0.2.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1f3315b866c..0bcfea8b20b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cargo-spellcheck
pkgdesc = Checks all your documentation for spelling mistakes
- pkgver = 0.2.3
+ pkgver = 0.2.4
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.3.tar.gz::https://crates.io/api/v1/crates/cargo-spellcheck/0.2.3/download
- sha256sums = 30c66809407681ebb7b8303bab850b85084324b4d49b0f2b9234f476beefcbb4
+ source = 0.2.4.tar.gz::https://crates.io/api/v1/crates/cargo-spellcheck/0.2.4/download
+ sha256sums = 896ae9043c54269f4af7e073f36159e09020d4cc39b2010a7394997b3959ec93
pkgname = cargo-spellcheck
diff --git a/PKGBUILD b/PKGBUILD
index 8ac42ee49bd6..839036e0d1f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=cargo-spellcheck
-pkgver=0.2.3
+pkgver=0.2.4
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=('30c66809407681ebb7b8303bab850b85084324b4d49b0f2b9234f476beefcbb4')
+sha256sums=('896ae9043c54269f4af7e073f36159e09020d4cc39b2010a7394997b3959ec93')
build()
{