Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / cargo-spellcheck
Commits: 838fee6b by Orhun Parmaksız at 2024-04-25T12:25:25+03:00 upgpkg: 0.14.0-1: upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,17 +1,17 @@ pkgbase = cargo-spellcheck pkgdesc = Checks all your documentation for spelling and grammar mistakes - pkgver = 0.13.2 + pkgver = 0.14.0 pkgrel = 1 url = https://github.com/drahnr/cargo-spellcheck arch = x86_64 license = MIT - license = Apache + license = Apache-2.0 makedepends = clang makedepends = hunspell-en_US depends = cargo depends = hunspell options = !lto - source = cargo-spellcheck-0.13.2.tar.gz::https://github.com/drahnr/cargo-spellcheck/archive/v0.13.2.tar.gz - sha256sums = b567614f5dcb9e0a9f39b18f59266363b0b24713b0a576eaec9553218e6f9332 + source = cargo-spellcheck-0.14.0.tar.gz::https://github.com/drahnr/cargo-spellcheck/archive/v0.14.0.tar.gz + sha256sums = 1c3a80ab9cf604f605f4e3fb304acc529f68367edef7f0d041a871c371f6ebdd pkgname = cargo-spellcheck ===================================== PKGBUILD ===================================== @@ -2,16 +2,16 @@ # Contributor: Sanpi <sanpi+...@homecomputing.fr> pkgname=cargo-spellcheck -pkgver=0.13.2 +pkgver=0.14.0 pkgrel=1 pkgdesc="Checks all your documentation for spelling and grammar mistakes" arch=('x86_64') url="https://github.com/drahnr/cargo-spellcheck" -license=('MIT' 'Apache') +license=('MIT' 'Apache-2.0') depends=('cargo' 'hunspell') makedepends=('clang' 'hunspell-en_US') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('b567614f5dcb9e0a9f39b18f59266363b0b24713b0a576eaec9553218e6f9332') +sha256sums=('1c3a80ab9cf604f605f4e3fb304acc529f68367edef7f0d041a871c371f6ebdd') options=('!lto') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-spellcheck/-/commit/838fee6becda4c3320390c98d08fd18edcc1da88 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-spellcheck/-/commit/838fee6becda4c3320390c98d08fd18edcc1da88 You're receiving this email because of your account on gitlab.archlinux.org.