Date: Wednesday, February 8, 2023 @ 20:31:59
  Author: orhun
Revision: 1396548

archrelease: copy trunk to community-x86_64

Added:
  broot/repos/community-x86_64/PKGBUILD
    (from rev 1396547, broot/trunk/PKGBUILD)
Deleted:
  broot/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   96 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-08 20:31:27 UTC (rev 1396547)
+++ PKGBUILD    2023-02-08 20:31:59 UTC (rev 1396548)
@@ -1,48 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Maintainer: Orhun Parmaksız <[email protected]>
-# Contributor: Adam Fontenot <[email protected]>
-# Contributor: Daniel M. Capella <[email protected]>
-
-pkgname=broot
-pkgver=1.20.0
-pkgrel=1
-pkgdesc='Fuzzy Search + tree + cd'
-arch=('x86_64')
-url=https://github.com/Canop/broot
-license=('MIT')
-depends=('gcc-libs' 'zlib' 'libgit2')
-makedepends=('cargo')
-options=('!lto')
-source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz";)
-sha256sums=('4637dfb91575ad6da36ab32f10ea5d363709587f7cf2e728fab25b2c73d30311')
-
-prepare() {
-  cd $pkgname-$pkgver
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd $pkgname-$pkgver
-  cargo build --release --frozen
-}
-
-# https://github.com/Canop/glassbench/pull/2
-# check() {
-#   cd $pkgname-$pkgver
-#   cargo test --frozen
-# }
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
-  sed -i "s/#version/$pkgver/" man/page
-  # Theoretically we could get the date from the CHANGELOG.md but it seems 
that the
-  # CHANGELOG.md entry for the current version isn't actually in the current 
release.
-  # changelog_date=$(sed -n "s/.*v$pkgver - \(.*\)$/\1/p" CHANGELOG.md)
-  sed -i "s/#date//" man/page
-  install -Dm644 man/page "$pkgdir/usr/share/man/man1/$pkgname.1"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 resources/icons/vscode/vscode.ttf 
"$pkgdir/usr/share/fonts/TTF/vscode.ttf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: broot/repos/community-x86_64/PKGBUILD (from rev 1396547, 
broot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-08 20:31:59 UTC (rev 1396548)
@@ -0,0 +1,48 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Maintainer: Orhun Parmaksız <[email protected]>
+# Contributor: Adam Fontenot <[email protected]>
+# Contributor: Daniel M. Capella <[email protected]>
+
+pkgname=broot
+pkgver=1.20.1
+pkgrel=1
+pkgdesc='Fuzzy Search + tree + cd'
+arch=('x86_64')
+url=https://github.com/Canop/broot
+license=('MIT')
+depends=('gcc-libs' 'zlib' 'libgit2')
+makedepends=('cargo')
+options=('!lto')
+source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz";)
+sha256sums=('7a6fc5f657cab0f5a90c2fa0705d61371edeaa7f92cc7674292f48d4258c7ed1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cargo build --release --frozen
+}
+
+# https://github.com/Canop/glassbench/pull/2
+# check() {
+#   cd $pkgname-$pkgver
+#   cargo test --frozen
+# }
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
+  sed -i "s/#version/$pkgver/" man/page
+  # Theoretically we could get the date from the CHANGELOG.md but it seems 
that the
+  # CHANGELOG.md entry for the current version isn't actually in the current 
release.
+  # changelog_date=$(sed -n "s/.*v$pkgver - \(.*\)$/\1/p" CHANGELOG.md)
+  sed -i "s/#date//" man/page
+  install -Dm644 man/page "$pkgdir/usr/share/man/man1/$pkgname.1"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 resources/icons/vscode/vscode.ttf 
"$pkgdir/usr/share/fonts/TTF/vscode.ttf"
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to