Date: Friday, March 3, 2023 @ 20:56:14
  Author: orhun
Revision: 1411167

archrelease: copy trunk to community-x86_64

Added:
  atuin/repos/community-x86_64/PKGBUILD
    (from rev 1411166, atuin/trunk/PKGBUILD)
Deleted:
  atuin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-03 20:55:58 UTC (rev 1411166)
+++ PKGBUILD    2023-03-03 20:56:14 UTC (rev 1411167)
@@ -1,46 +0,0 @@
-# Maintainer: Orhun Parmaksız <[email protected]>
-# Contributor: Ellie Huxtable <[email protected]>
-
-pkgname=atuin
-pkgver=13.0.1
-pkgrel=1
-pkgdesc="Magical shell history"
-arch=('x86_64')
-url="https://github.com/ellie/atuin";
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('c012ae65b7093954bc2d614633223f181261208ca282a409f245040f6ad976a1')
-options=('!lto')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-  mkdir completions/
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --frozen --all-features
-  for sh in 'bash' 'fish' 'zsh'; do
-    "target/release/$pkgname" gen-completions -s "$sh" -o completions/
-  done
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --frozen
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 "completions/$pkgname.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgname"
-  install -Dm 644 "completions/$pkgname.fish" -t 
"${pkgdir}/usr/share/fish/vendor_completions.d"
-  install -Dm 644 "completions/_$pkgname" -t 
"${pkgdir}/usr/share/zsh/site-functions"
-}
-
-# vim: ts=2 sw=2 et:

Copied: atuin/repos/community-x86_64/PKGBUILD (from rev 1411166, 
atuin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-03 20:56:14 UTC (rev 1411167)
@@ -0,0 +1,47 @@
+# Maintainer: Orhun Parmaksız <[email protected]>
+# Contributor: Ellie Huxtable <[email protected]>
+
+pkgname=atuin
+pkgver=13.0.1
+pkgrel=2
+pkgdesc="Magical shell history"
+arch=('x86_64')
+url="https://github.com/ellie/atuin";
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cargo')
+optdepends=('bash-preexec: bash integration')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('c012ae65b7093954bc2d614633223f181261208ca282a409f245040f6ad976a1')
+options=('!lto')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+  mkdir completions/
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen --all-features
+  for sh in 'bash' 'fish' 'zsh'; do
+    "target/release/$pkgname" gen-completions -s "$sh" -o completions/
+  done
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 "completions/$pkgname.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgname"
+  install -Dm 644 "completions/$pkgname.fish" -t 
"${pkgdir}/usr/share/fish/vendor_completions.d"
+  install -Dm 644 "completions/_$pkgname" -t 
"${pkgdir}/usr/share/zsh/site-functions"
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to