Date: Monday, February 27, 2023 @ 16:12:11
Author: orhun
Revision: 1405497
archrelease: copy trunk to community-x86_64
Added:
atuin/repos/community-x86_64/PKGBUILD
(from rev 1405496, atuin/trunk/PKGBUILD)
Deleted:
atuin/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-27 16:11:53 UTC (rev 1405496)
+++ PKGBUILD 2023-02-27 16:12:11 UTC (rev 1405497)
@@ -1,46 +0,0 @@
-# Maintainer: Orhun Parmaksız <[email protected]>
-# Contributor: Ellie Huxtable <[email protected]>
-
-pkgname=atuin
-pkgver=12.0.0
-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=('bfeeb14c3fd94862e2cb7c57ac2b77db78686b0afe49b5597ead9cca02dcc403')
-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 1405496,
atuin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-27 16:12:11 UTC (rev 1405497)
@@ -0,0 +1,46 @@
+# Maintainer: Orhun Parmaksız <[email protected]>
+# Contributor: Ellie Huxtable <[email protected]>
+
+pkgname=atuin
+pkgver=13.0.0
+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=('885cfe080cbc421b42b7a8b86d854f7e4abcb5c124f009f0871c9c72a3bc122e')
+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: