summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2020-09-11 11:10:49 +0200
committerSanpi2020-09-11 11:10:49 +0200
commit7c2966639c4dd4db9fc735a67e5d467283f7b327 (patch)
treeb73230bcdb946b1050687b53e8547216c6dbd57d
parent7ae7c3b5604b89291a8279c585be3718a99b11ce (diff)
downloadaur-7c2966639c4dd4db9fc735a67e5d467283f7b327.tar.gz
v0.4.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a885fde2195c..1c68d4cbc298 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cargo-spellcheck
pkgdesc = Checks all your documentation for spelling mistakes
- pkgver = 0.4.4
+ pkgver = 0.4.5
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.4.4.tar.gz::https://crates.io/api/v1/crates/cargo-spellcheck/0.4.4/download
- sha256sums = 8123ee40da99303bd3c90095a52b9b11b2eed3a941a337ec3b26fc3f5378d282
+ source = 0.4.5.tar.gz::https://crates.io/api/v1/crates/cargo-spellcheck/0.4.5/download
+ sha256sums = 6960c503f1eb64465cdd09daf1c181b13782dfe4718e38ce1642814fce670c84
pkgname = cargo-spellcheck
diff --git a/PKGBUILD b/PKGBUILD
index 5fa624d187c2..c01db003412e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=cargo-spellcheck
-pkgver=0.4.4
+pkgver=0.4.5
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=('8123ee40da99303bd3c90095a52b9b11b2eed3a941a337ec3b26fc3f5378d282')
+sha256sums=('6960c503f1eb64465cdd09daf1c181b13782dfe4718e38ce1642814fce670c84')
build()
{