Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
broot
Commits:
7c681a23 by Orhun Parmaksız at 2025-10-05T11:01:33+03:00
upgpkg: 1.51.0-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = broot
pkgdesc = Fuzzy Search + tree + cd
- pkgver = 1.50.0
+ pkgver = 1.51.0
pkgrel = 1
url = https://github.com/Canop/broot
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = broot
depends = zlib
depends = libgit2
depends = libxcb
- source =
https://github.com/Canop/broot/archive/v1.50.0/broot-v1.50.0.tar.gz
- sha256sums =
096629487fbbca428ae8e59597e6af2eb41ef23c472aeba2c289b06105a1a924
+ source =
https://github.com/Canop/broot/archive/v1.51.0/broot-v1.51.0.tar.gz
+ sha256sums =
66099aa66fd1b41a30b20e9c20a24b30ebadba78a68527ab33debdc9b119b6a1
pkgname = broot
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Daniel M. Capella <[email protected]>
pkgname=broot
-pkgver=1.50.0
+pkgver=1.51.0
pkgrel=1
pkgdesc='Fuzzy Search + tree + cd'
arch=('x86_64')
@@ -13,7 +13,7 @@ license=('MIT')
depends=('gcc-libs' 'zlib' 'libgit2' 'libxcb')
makedepends=('rust')
source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-sha256sums=('096629487fbbca428ae8e59597e6af2eb41ef23c472aeba2c289b06105a1a924')
+sha256sums=('66099aa66fd1b41a30b20e9c20a24b30ebadba78a68527ab33debdc9b119b6a1')
prepare() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/broot/-/commit/7c681a23f56c0a319dad05c64746496ee8f96376
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/broot/-/commit/7c681a23f56c0a319dad05c64746496ee8f96376
You're receiving this email because of your account on gitlab.archlinux.org.