Date: Friday, September 16, 2022 @ 18:41:50
  Author: orhun
Revision: 1304389

archrelease: copy trunk to community-x86_64

Added:
  cargo-spellcheck/repos/community-x86_64/PKGBUILD
    (from rev 1304388, cargo-spellcheck/trunk/PKGBUILD)
Deleted:
  cargo-spellcheck/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-16 18:41:33 UTC (rev 1304388)
+++ PKGBUILD    2022-09-16 18:41:50 UTC (rev 1304389)
@@ -1,47 +0,0 @@
-# Maintainer: Orhun Parmaksız <[email protected]>
-# Contributor: Sanpi <[email protected]>
-
-pkgname=cargo-spellcheck
-pkgver=0.12.1
-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')
-depends=('hunspell')
-makedepends=('cargo' 'clang' 'hunspell-en_US')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('64c8a67dc2d07551f30305192b128e5f67e120e31b64074ad2c16a92044bffb8')
-options=('!lto')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-  mkdir -p completions
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --frozen
-  local _completion="target/release/$pkgname completions"
-  $_completion --shell bash > "completions/$pkgbase"
-  $_completion --shell fish > "completions/$pkgbase.fish"
-  $_completion --shell zsh  > "completions/_$pkgbase"
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --frozen
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm 664 "completions/$pkgname" -t 
"$pkgdir/usr/share/bash-completion/completions/"
-  install -Dm 664 "completions/$pkgname.fish" -t 
"$pkgdir/usr/share/fish/vendor_completions.d/"
-  install -Dm 664 "completions/_$pkgname" -t 
"$pkgdir/usr/share/zsh/site-functions/"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-spellcheck/repos/community-x86_64/PKGBUILD (from rev 1304388, 
cargo-spellcheck/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-16 18:41:50 UTC (rev 1304389)
@@ -0,0 +1,47 @@
+# Maintainer: Orhun Parmaksız <[email protected]>
+# Contributor: Sanpi <[email protected]>
+
+pkgname=cargo-spellcheck
+pkgver=0.12.2
+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')
+depends=('hunspell')
+makedepends=('cargo' 'clang' 'hunspell-en_US')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('5424acfb0d1a477117e44baf6470439ace798396a45481b71752d7cb069d6443')
+options=('!lto')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+  mkdir -p completions
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen
+  local _completion="target/release/$pkgname completions"
+  $_completion --shell bash > "completions/$pkgbase"
+  $_completion --shell fish > "completions/$pkgbase.fish"
+  $_completion --shell zsh  > "completions/_$pkgbase"
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 664 "completions/$pkgname" -t 
"$pkgdir/usr/share/bash-completion/completions/"
+  install -Dm 664 "completions/$pkgname.fish" -t 
"$pkgdir/usr/share/fish/vendor_completions.d/"
+  install -Dm 664 "completions/_$pkgname" -t 
"$pkgdir/usr/share/zsh/site-functions/"
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to