summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanpi2020-06-15 15:18:22 +0200
committerSanpi2020-06-15 15:18:22 +0200
commitf636d054b0f3656e0302799acafaa32ea529d45c (patch)
tree7abede58adb0886dd843266ed1dbceefdeb8e6f1 /PKGBUILD
parentd69edc440f5ec5561eeafb9694e1198740908495 (diff)
downloadaur-f636d054b0f3656e0302799acafaa32ea529d45c.tar.gz
v0.1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e13c4b0d3dc..57f9ccbb41e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=cargo-spellcheck
-pkgver=0.1.4
+pkgver=0.1.5
pkgrel=1
pkgdesc="Checks all your documentation for spelling mistakes"
url="https://github.com/drahnr/$pkgname"
@@ -8,6 +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=('9136a5a6082dccf85cbf1c17668dc86f91b94a8d67edfa8e1017b7df41151e2b')
build()
{
@@ -22,4 +23,3 @@ package()
install -Dm 755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
}
-sha256sums=('115afdc87b3e63badfaba20a030ac0b5a1712900542184b5b9ca77fe0faf5607')