[arch-commits] Commit in cargo-spellcheck/repos/community-x86_64 (PKGBUILD PKGBUILD)

Orhun Parmaksiz orhun at gemini.archlinux.org
Tue Jul 27 10:11:52 UTC 2021


    Date: Tuesday, July 27, 2021 @ 10:11:51
  Author: orhun
Revision: 986722

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-27 10:11:44 UTC (rev 986721)
+++ PKGBUILD	2021-07-27 10:11:51 UTC (rev 986722)
@@ -1,33 +0,0 @@
-# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
-# Contributor: Sanpi <sanpi+aur at homecomputing.fr>
-
-pkgname=cargo-spellcheck
-pkgver=0.8.9
-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=('rust' 'clang' 'hunspell-en_US')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('380ca0681df66e129425db12b1af54b6396af95d215bd7b1094b4a60595da661')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --release --locked
-}
-
-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"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-spellcheck/repos/community-x86_64/PKGBUILD (from rev 986721, cargo-spellcheck/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-27 10:11:51 UTC (rev 986722)
@@ -0,0 +1,33 @@
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+# Contributor: Sanpi <sanpi+aur at homecomputing.fr>
+
+pkgname=cargo-spellcheck
+pkgver=0.8.11
+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=('rust' 'clang' 'hunspell-en_US')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('779bed41ade5f86efc0d3b15e6487c86106f36561afecf7cd19dd797d660c903')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --release --locked
+}
+
+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"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list