summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65f4c35fb631..b35d20e5f6c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = cargo-spellcheck
pkgdesc = Checks all your documentation for spelling mistakes
pkgver = 0.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/drahnr/cargo-spellcheck
arch = x86_64
license = MIT
license = Apache
+ makedepends = clang
depends = cargo
depends = hunspell
source = 0.5.0.tar.gz::https://crates.io/api/v1/crates/cargo-spellcheck/0.5.0/download
diff --git a/PKGBUILD b/PKGBUILD
index 532363c37f3b..48f03059f60e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=cargo-spellcheck
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Checks all your documentation for spelling mistakes"
url="https://github.com/drahnr/$pkgname"
arch=("x86_64")
license=("MIT" "Apache")
depends=("cargo" "hunspell")
+makedepends=("clang")
source=("$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download")
sha256sums=('91207cf907ff7a7620b7ede396965cefb8615a557f78949243885032f46e9e58')