summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2020-06-18 20:44:16 +0200
committerSanpi2020-06-18 20:44:16 +0200
commiteb150dcba8a4bc9abbada637800a29051b6d2b82 (patch)
treef7c715377cc613d1fd3d003f4b0698a185de9036
parent20bde8201ffdc18e099cefd2b6a9cba021900114 (diff)
downloadaur-eb150dcba8a4bc9abbada637800a29051b6d2b82.tar.gz
v0.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac6d39a40d4c..c1f3315b866c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cargo-spellcheck
pkgdesc = Checks all your documentation for spelling mistakes
- pkgver = 0.2.2
+ pkgver = 0.2.3
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.2.tar.gz::https://crates.io/api/v1/crates/cargo-spellcheck/0.2.2/download
- sha256sums = bb08e6d887b5325a1d8e3763f4b458dd0e585c22a472062835c89661c8503db0
+ source = 0.2.3.tar.gz::https://crates.io/api/v1/crates/cargo-spellcheck/0.2.3/download
+ sha256sums = 30c66809407681ebb7b8303bab850b85084324b4d49b0f2b9234f476beefcbb4
pkgname = cargo-spellcheck
diff --git a/PKGBUILD b/PKGBUILD
index 41a8bf3ca13b..8ac42ee49bd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=cargo-spellcheck
-pkgver=0.2.2
+pkgver=0.2.3
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=('bb08e6d887b5325a1d8e3763f4b458dd0e585c22a472062835c89661c8503db0')
+sha256sums=('30c66809407681ebb7b8303bab850b85084324b4d49b0f2b9234f476beefcbb4')
build()
{