summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2020-06-15 12:20:20 +0200
committerSanpi2020-06-15 12:20:20 +0200
commit8fd15ac377eedbe7d1c706c6d6c73da305250cc8 (patch)
tree547e9b76e99549806d92595e78356e73e166fb13
parentb98a1f6df6d0a6ae9b1ed4079a4ecb4806d33417 (diff)
downloadaur-8fd15ac377eedbe7d1c706c6d6c73da305250cc8.tar.gz
v0.1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57764113a1e8..5feef9778d1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cargo-spellcheck
pkgdesc = Checks all your documentation for spelling mistakes
- pkgver = 0.1.2
+ pkgver = 0.1.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.1.2.tar.gz::https://crates.io/api/v1/crates/cargo-spellcheck/0.1.2/download
- sha256sums = 30394310c66eae0c21af99beca5cd6ca22d995abfa39142f8ac3287eb62201c5
+ source = 0.1.4.tar.gz::https://crates.io/api/v1/crates/cargo-spellcheck/0.1.4/download
+ md5sums = bf4be929f047defb4c7dfdaaeef79597
pkgname = cargo-spellcheck
diff --git a/PKGBUILD b/PKGBUILD
index 89c75ee24d1e..1e472bfd9486 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=cargo-spellcheck
-pkgver=0.1.2
+pkgver=0.1.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=('30394310c66eae0c21af99beca5cd6ca22d995abfa39142f8ac3287eb62201c5')
+md5sums=('bf4be929f047defb4c7dfdaaeef79597')
build()
{