Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / cargo-spellcheck
Commits: c711b328 by Orhun Parmaksız at 2023-10-10T17:48:16+03:00 upgpkg: 0.13.1-1: upstream release - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,17 @@ +pkgbase = cargo-spellcheck + pkgdesc = Checks all your documentation for spelling and grammar mistakes + pkgver = 0.13.1 + pkgrel = 1 + url = https://github.com/drahnr/cargo-spellcheck + arch = x86_64 + license = MIT + license = Apache + makedepends = cargo + makedepends = clang + makedepends = hunspell-en_US + depends = hunspell + options = !lto + source = cargo-spellcheck-0.13.1.tar.gz::https://github.com/drahnr/cargo-spellcheck/archive/v0.13.1.tar.gz + sha256sums = cd861ca0dc982e69d94fa4c39a5a3983480f67c51a3484b78f82dc1264bd09bb + +pkgname = cargo-spellcheck ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Sanpi <[email protected]> pkgname=cargo-spellcheck -pkgver=0.13.0 +pkgver=0.13.1 pkgrel=1 pkgdesc="Checks all your documentation for spelling and grammar mistakes" arch=('x86_64') @@ -11,7 +11,7 @@ license=('MIT' 'Apache') depends=('hunspell') makedepends=('cargo' 'clang' 'hunspell-en_US') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('02bc29e05ee0e3057b63f9912230113eba437f0921ca86fcee4e7d52f8fc9951') +sha256sums=('cd861ca0dc982e69d94fa4c39a5a3983480f67c51a3484b78f82dc1264bd09bb') options=('!lto') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-spellcheck/-/commit/c711b328fe71c81b412caa75d27e62afa7321824 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-spellcheck/-/commit/c711b328fe71c81b412caa75d27e62afa7321824 You're receiving this email because of your account on gitlab.archlinux.org.
