summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2020-07-29 10:15:13 +0200
committerSanpi2020-07-29 10:15:36 +0200
commit7fe6b335be7dc9952a5990bfcf8680858dcfedbd (patch)
tree0ce9c4ab7f4b22d2628d56a200ff76e618d88d1f
parentdfd88737b140987ad40f3c52ba7fed7fe4d2b7b4 (diff)
downloadaur-7fe6b335be7dc9952a5990bfcf8680858dcfedbd.tar.gz
v0.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bcfea8b20b7..47583006f02b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cargo-spellcheck
pkgdesc = Checks all your documentation for spelling mistakes
- pkgver = 0.2.4
+ pkgver = 0.3.0
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.2.4.tar.gz::https://crates.io/api/v1/crates/cargo-spellcheck/0.2.4/download
- sha256sums = 896ae9043c54269f4af7e073f36159e09020d4cc39b2010a7394997b3959ec93
+ source = 0.3.0.tar.gz::https://crates.io/api/v1/crates/cargo-spellcheck/0.3.0/download
+ sha256sums = 3faadd8b8410e0c2bc5e0c8fe0a9c783dc522f12e1c9ce5bb934c214b1dc75d4
pkgname = cargo-spellcheck
diff --git a/.gitignore b/.gitignore
index 39f18da64cb8..1295580f1017 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
/pkg
-/*.pkg.tar.xz
+/*.pkg.tar.*
/*.tar.gz
/src
diff --git a/PKGBUILD b/PKGBUILD
index 839036e0d1f8..305b477f143a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=cargo-spellcheck
-pkgver=0.2.4
+pkgver=0.3.0
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=('896ae9043c54269f4af7e073f36159e09020d4cc39b2010a7394997b3959ec93')
+sha256sums=('3faadd8b8410e0c2bc5e0c8fe0a9c783dc522f12e1c9ce5bb934c214b1dc75d4')
build()
{