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

Orhun Parmaksiz orhun at gemini.archlinux.org
Tue Aug 10 19:55:08 UTC 2021


    Date: Tuesday, August 10, 2021 @ 19:55:07
  Author: orhun
Revision: 997404

archrelease: copy trunk to community-x86_64

Added:
  cargo-spellcheck/repos/community-x86_64/PKGBUILD
    (from rev 997403, 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-08-10 19:54:59 UTC (rev 997403)
+++ PKGBUILD	2021-08-10 19:55:07 UTC (rev 997404)
@@ -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.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:

Copied: cargo-spellcheck/repos/community-x86_64/PKGBUILD (from rev 997403, cargo-spellcheck/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-10 19:55:07 UTC (rev 997404)
@@ -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.12
+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=('27287f8559571b4cd79fef99d957d9fa13c2d424741ffcc71bf609ca691e1e8e')
+
+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