[arch-commits] Commit in broot/trunk (PKGBUILD)

Orhun Parmaksiz orhun at gemini.archlinux.org
Sun Jun 19 19:38:21 UTC 2022


    Date: Sunday, June 19, 2022 @ 19:38:21
  Author: orhun
Revision: 1238624

upgpkg: broot 1.13.3-1: upstream release

Modified:
  broot/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-19 19:06:53 UTC (rev 1238623)
+++ PKGBUILD	2022-06-19 19:38:21 UTC (rev 1238624)
@@ -4,7 +4,7 @@
 # Contributor: Daniel M. Capella <polyzen at archlinux.org>
 
 pkgname=broot
-pkgver=1.13.2
+pkgver=1.13.3
 pkgrel=1
 pkgdesc='Fuzzy Search + tree + cd'
 arch=('x86_64')
@@ -11,10 +11,10 @@
 url=https://github.com/Canop/broot
 license=('MIT')
 depends=('gcc-libs' 'zlib' 'libgit2')
-makedepends=('rust')
+makedepends=('cargo')
 options=('!lto')
 source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-sha256sums=('51f669a035fea435edabae89a4d89c7555681ccb5d440b9c8d6f2eba41b51dec')
+sha256sums=('a7f9e98ff1371eff065a8dabbe9e31ef42d264b7d93c18f920d6a5399016da33')
 
 prepare() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list