Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
bat
Commits:
f64d8f8e by Alexander F. Rødseth at 2025-01-08T09:42:57+01:00
upgpkg: 0.25.0-1
- - - - -
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 = 2
+ pkgver = 0.25.0
+ pkgrel = 1
url = https://github.com/sharkdp/bat
arch = x86_64
license = Apache-2.0 OR MIT
@@ -9,12 +9,9 @@ pkgbase = bat
makedepends = cmake
makedepends = git
makedepends = rust
- depends = gcc-libs
- depends = glibc
depends = libgit2
depends = oniguruma
- depends = zlib
- source = git+https://github.com/sharkdp/bat#tag=v0.24.0
- b2sums =
ef560226cb89deb70bf563fa9ac8106c1832cb7c25b7577f25dfeb9d6cfd0e8f001bb7b3042e050f32cf05c226dd818aab7c25ea203d310a8b2f53d198f1c6f6
+ source = git+https://github.com/sharkdp/bat#tag=v0.25.0
+ b2sums =
900a83b54404578e7466ea8d1f614a61c7c7086f10c98562fbc195a5a522fa3a8b41e20b2f3a731a3c6d1c17f64f0b82190c5e131466ab43768bc26ae544e1a3
pkgname = bat
=====================================
PKGBUILD
=====================================
@@ -2,16 +2,16 @@
# Contributor: Wesley Moore <[email protected]>
pkgname=bat
-pkgver=0.24.0
-pkgrel=2
+pkgver=0.25.0
+pkgrel=1
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=(gcc-libs glibc libgit2 oniguruma zlib)
+depends=(libgit2 oniguruma)
makedepends=(clang cmake git rust)
source=("git+$url#tag=v$pkgver")
-b2sums=('ef560226cb89deb70bf563fa9ac8106c1832cb7c25b7577f25dfeb9d6cfd0e8f001bb7b3042e050f32cf05c226dd818aab7c25ea203d310a8b2f53d198f1c6f6')
+b2sums=('900a83b54404578e7466ea8d1f614a61c7c7086f10c98562fbc195a5a522fa3a8b41e20b2f3a731a3c6d1c17f64f0b82190c5e131466ab43768bc26ae544e1a3')
prepare() {
cargo fetch --locked --manifest-path $pkgname/Cargo.toml
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bat/-/commit/f64d8f8ec29c9be1c33f71ec49fddb23afa7f001
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bat/-/commit/f64d8f8ec29c9be1c33f71ec49fddb23afa7f001
You're receiving this email because of your account on gitlab.archlinux.org.