summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2020-10-23 18:37:06 +0200
committerSanpi2020-10-23 18:37:06 +0200
commitc943a0c8d646cc41f3b11d2f0ee66af639bbaaf0 (patch)
treef1941fe513a23b6d999a9cd36fc9ab88224be9f7
parent7c2966639c4dd4db9fc735a67e5d467283f7b327 (diff)
downloadaur-c943a0c8d646cc41f3b11d2f0ee66af639bbaaf0.tar.gz
v0.4.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c68d4cbc298..447fe6bebc91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cargo-spellcheck
pkgdesc = Checks all your documentation for spelling mistakes
- pkgver = 0.4.5
+ pkgver = 0.4.6
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.5.tar.gz::https://crates.io/api/v1/crates/cargo-spellcheck/0.4.5/download
- sha256sums = 6960c503f1eb64465cdd09daf1c181b13782dfe4718e38ce1642814fce670c84
+ source = 0.4.6.tar.gz::https://crates.io/api/v1/crates/cargo-spellcheck/0.4.6/download
+ sha256sums = a65c31830b3b5eda44f87c5051c8c08a86254c4507e1b42c0957f07bd86e3591
pkgname = cargo-spellcheck
diff --git a/PKGBUILD b/PKGBUILD
index c01db003412e..054629e998bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=cargo-spellcheck
-pkgver=0.4.5
+pkgver=0.4.6
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=('6960c503f1eb64465cdd09daf1c181b13782dfe4718e38ce1642814fce670c84')
+sha256sums=('a65c31830b3b5eda44f87c5051c8c08a86254c4507e1b42c0957f07bd86e3591')
build()
{