David Runge pushed to branch main at Arch Linux / Packaging / Packages / bat
Commits: e06eb2c0 by David Runge at 2024-04-23T18:05:50+02:00 Switch to locked tag commit Signed-off-by: David Runge <[email protected]> - - - - - a84da5ce by David Runge at 2024-04-23T18:17:31+02:00 Add all direct dependencies Signed-off-by: David Runge <[email protected]> - - - - - 4cf03006 by David Runge at 2024-04-23T18:21:26+02:00 upgpkg: 0.24.0-2: Rebuild against libgit2 1.8 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = bat pkgdesc = Cat clone with syntax highlighting and git integration pkgver = 0.24.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/sharkdp/bat arch = x86_64 license = Apache-2.0 OR MIT @@ -9,9 +9,12 @@ pkgbase = bat makedepends = cmake makedepends = git makedepends = rust + depends = gcc-libs + depends = glibc depends = libgit2 depends = oniguruma - source = git+https://github.com/sharkdp/bat#commit=fc9546854f5a7b38823f4990453c6cde386bfd3b - b2sums = SKIP + depends = zlib + source = git+https://github.com/sharkdp/bat#tag=v0.24.0 + b2sums = ef560226cb89deb70bf563fa9ac8106c1832cb7c25b7577f25dfeb9d6cfd0e8f001bb7b3042e050f32cf05c226dd818aab7c25ea203d310a8b2f53d198f1c6f6 pkgname = bat ===================================== PKGBUILD ===================================== @@ -3,15 +3,15 @@ pkgname=bat pkgver=0.24.0 -pkgrel=1 +pkgrel=2 pkgdesc='Cat clone with syntax highlighting and git integration' arch=(x86_64) url='https://github.com/sharkdp/bat' license=('Apache-2.0 OR MIT') -depends=(libgit2 oniguruma) +depends=(gcc-libs glibc libgit2 oniguruma zlib) makedepends=(clang cmake git rust) -source=("git+$url#commit=fc9546854f5a7b38823f4990453c6cde386bfd3b") # tag: v0.24.0 -b2sums=('SKIP') +source=("git+$url#tag=v$pkgver") +b2sums=('ef560226cb89deb70bf563fa9ac8106c1832cb7c25b7577f25dfeb9d6cfd0e8f001bb7b3042e050f32cf05c226dd818aab7c25ea203d310a8b2f53d198f1c6f6') prepare() { cargo fetch --locked --manifest-path $pkgname/Cargo.toml View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bat/-/compare/b1ac71424e2909ef8fee62b70a7c7a15eb706b25...4cf0300645e953b9d203f2492904dffb092e0b98 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bat/-/compare/b1ac71424e2909ef8fee62b70a7c7a15eb706b25...4cf0300645e953b9d203f2492904dffb092e0b98 You're receiving this email because of your account on gitlab.archlinux.org.
