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

George Rawlinson grawlinson at gemini.archlinux.org
Sun Jun 26 07:45:03 UTC 2022


    Date: Sunday, June 26, 2022 @ 07:45:02
  Author: grawlinson
Revision: 1239493

archrelease: copy trunk to community-x86_64

Added:
  zoxide/repos/community-x86_64/PKGBUILD
    (from rev 1239492, zoxide/trunk/PKGBUILD)
Deleted:
  zoxide/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  118 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-26 07:44:16 UTC (rev 1239492)
+++ PKGBUILD	2022-06-26 07:45:02 UTC (rev 1239493)
@@ -1,59 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-# Contributor: desbma
-
-pkgname=zoxide
-pkgver=0.8.1
-pkgrel=2
-pkgdesc='A smarter cd command for your terminal'
-arch=('x86_64')
-url='https://github.com/ajeetdsouza/zoxide'
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('git' 'rust')
-optdepends=(
-  'fzf: for interactive selection'
-)
-options=('!lto')
-_commit='96a43e9c79da048cbab8f7114a8e08d1cd7ec867'
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname"
-
-  cargo build --frozen --release --all-features
-}
-
-package() {
-  cd "$pkgname"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" "target/release/$pkgname"
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-
-  # man pages
-  install -vDm644 -t "$pkgdir/usr/share/man/man1" man/man1/*.1
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # shell auto-completions
-  cd contrib/completions
-  install -vDm644 -t "$pkgdir/usr/share/zsh/site-functions" _zoxide
-  install -vDm644 -t "$pkgdir/usr/share/fish/vendor_completions.d" zoxide.fish
-  install -vDm644 zoxide.bash "$pkgdir/usr/share/bash-completion/completions/zoxide"
-}

Copied: zoxide/repos/community-x86_64/PKGBUILD (from rev 1239492, zoxide/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-26 07:45:02 UTC (rev 1239493)
@@ -0,0 +1,59 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Contributor: desbma
+
+pkgname=zoxide
+pkgver=0.8.2
+pkgrel=1
+pkgdesc='A smarter cd command for your terminal'
+arch=('x86_64')
+url='https://github.com/ajeetdsouza/zoxide'
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('git' 'rust')
+optdepends=(
+  'fzf: for interactive selection'
+)
+options=('!lto')
+_commit='3df60eb3d3c3b904730f3c0d1fb7f66c0695aa7e'
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname"
+
+  cargo build --frozen --release --all-features
+}
+
+package() {
+  cd "$pkgname"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" "target/release/$pkgname"
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+
+  # man pages
+  install -vDm644 -t "$pkgdir/usr/share/man/man1" man/man1/*.1
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # shell auto-completions
+  cd contrib/completions
+  install -vDm644 -t "$pkgdir/usr/share/zsh/site-functions" _zoxide
+  install -vDm644 -t "$pkgdir/usr/share/fish/vendor_completions.d" zoxide.fish
+  install -vDm644 zoxide.bash "$pkgdir/usr/share/bash-completion/completions/zoxide"
+}



More information about the arch-commits mailing list