Date: Monday, November 14, 2022 @ 17:21:16
  Author: svenstaro
Revision: 1347532

archrelease: copy trunk to community-x86_64

Added:
  fd/repos/community-x86_64/PKGBUILD
    (from rev 1347531, fd/trunk/PKGBUILD)
Deleted:
  fd/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-14 17:21:07 UTC (rev 1347531)
+++ PKGBUILD    2022-11-14 17:21:16 UTC (rev 1347532)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Daniel M. Capella <[email protected]>
-
-pkgname=fd
-pkgver=8.5.2
-pkgrel=1
-pkgdesc='Simple, fast and user-friendly alternative to find'
-arch=('x86_64')
-url=https://github.com/sharkdp/fd
-license=('MIT' 'APACHE')
-depends=('gcc-libs')
-makedepends=('rust')
-source=("fd-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('24496f5553eb2e7dfdac295e1844d2ec542e87eef3ffbd888e68aea4f9a235144d4bb5b955dda31510fccbb8f6f1de09f4bfa852ab4990b035e8d8dbbe7a7f70')
-
-build() {
-  cd fd-$pkgver
-  export CFLAGS+=" -ffat-lto-objects"
-  cargo build --release --locked
-}
-
-check() {
-  cd fd-$pkgver
-  cargo test --release --locked
-}
-
-package() {
-  cd fd-$pkgver
-  install -Dm755 target/release/fd "$pkgdir"/usr/bin/fd
-
-  make completions
-  install -Dm644 autocomplete/fd.bash 
"$pkgdir"/usr/share/bash-completion/completions/fd
-  install -Dm644 autocomplete/fd.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/fd.fish
-  install -Dm644 autocomplete/_fd "$pkgdir"/usr/share/zsh/site-functions/_fd
-
-  install -Dm644 doc/fd.1 "$pkgdir"/usr/share/man/man1/fd.1
-  install -Dm644 LICENSE-APACHE "$pkgdir"/usr/share/licenses/fd/LICENSE-APACHE
-  install -Dm644 LICENSE-MIT "$pkgdir"/usr/share/licenses/fd/LICENSE-MIT
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fd/repos/community-x86_64/PKGBUILD (from rev 1347531, fd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-14 17:21:16 UTC (rev 1347532)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Daniel M. Capella <[email protected]>
+
+pkgname=fd
+pkgver=8.5.3
+pkgrel=1
+pkgdesc='Simple, fast and user-friendly alternative to find'
+arch=('x86_64')
+url=https://github.com/sharkdp/fd
+license=('MIT' 'APACHE')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("fd-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('460167e458c62944629736c9ba513fc30138d7b48498324be9c46ed1bd9b833e2789c5005af50d526f5ae8466368b7c29492924e30dd4a1bb55b7fd79cf84205')
+
+build() {
+  cd fd-$pkgver
+  export CFLAGS+=" -ffat-lto-objects"
+  cargo build --release --locked
+}
+
+check() {
+  cd fd-$pkgver
+  cargo test --release --locked
+}
+
+package() {
+  cd fd-$pkgver
+  install -Dm755 target/release/fd "$pkgdir"/usr/bin/fd
+
+  make completions
+  install -Dm644 autocomplete/fd.bash 
"$pkgdir"/usr/share/bash-completion/completions/fd
+  install -Dm644 autocomplete/fd.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/fd.fish
+  install -Dm644 autocomplete/_fd "$pkgdir"/usr/share/zsh/site-functions/_fd
+
+  install -Dm644 doc/fd.1 "$pkgdir"/usr/share/man/man1/fd.1
+  install -Dm644 LICENSE-APACHE "$pkgdir"/usr/share/licenses/fd/LICENSE-APACHE
+  install -Dm644 LICENSE-MIT "$pkgdir"/usr/share/licenses/fd/LICENSE-MIT
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to