summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2020-08-04 16:05:39 +0200
committerSanpi2020-08-04 16:05:39 +0200
commitfad2a7d6a2e24e8e81d7f6921e624a605120455c (patch)
treee72e7f3c4b3a182e152376d1795cae0f5cdbb2e5
parent7fe6b335be7dc9952a5990bfcf8680858dcfedbd (diff)
downloadaur-fad2a7d6a2e24e8e81d7f6921e624a605120455c.tar.gz
v0.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47583006f02b..d6053a217a53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cargo-spellcheck
pkgdesc = Checks all your documentation for spelling mistakes
- pkgver = 0.3.0
+ pkgver = 0.3.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.3.0.tar.gz::https://crates.io/api/v1/crates/cargo-spellcheck/0.3.0/download
- sha256sums = 3faadd8b8410e0c2bc5e0c8fe0a9c783dc522f12e1c9ce5bb934c214b1dc75d4
+ source = 0.3.1.tar.gz::https://crates.io/api/v1/crates/cargo-spellcheck/0.3.1/download
+ sha256sums = 41b0ce7d3ef7ba5901094bce4097f3135d594be285bfa98e50484790dea9c588
pkgname = cargo-spellcheck
diff --git a/PKGBUILD b/PKGBUILD
index 305b477f143a..b32be13a21da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=cargo-spellcheck
-pkgver=0.3.0
+pkgver=0.3.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=('3faadd8b8410e0c2bc5e0c8fe0a9c783dc522f12e1c9ce5bb934c214b1dc75d4')
+sha256sums=('41b0ce7d3ef7ba5901094bce4097f3135d594be285bfa98e50484790dea9c588')
build()
{