Date: Tuesday, March 29, 2022 @ 11:58:53 Author: orhun Revision: 1177656
upgpkg: cargo-spellcheck 0.11.1-1: upstream release Modified: cargo-spellcheck/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-29 11:08:59 UTC (rev 1177655) +++ PKGBUILD 2022-03-29 11:58:53 UTC (rev 1177656) @@ -2,7 +2,7 @@ # Contributor: Sanpi <[email protected]> pkgname=cargo-spellcheck -pkgver=0.11.0 +pkgver=0.11.1 pkgrel=1 pkgdesc="Checks all your documentation for spelling and grammar mistakes" arch=('x86_64') @@ -11,7 +11,7 @@ depends=('hunspell') makedepends=('cargo' 'clang' 'hunspell-en_US') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('02cff9ef82b9d8522b990e228b21ef186ef515e65e582f4fb3285a75cb99b977') +sha256sums=('6ef4ba144afd1ac21efb13ceac80da2c0af2b771830dc3d1994f2fb445744521') options=('!lto') prepare() {
