Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
bat
Commits:
c0c738af by Alexander F. Rødseth at 2025-01-08T10:19:05+01:00
upgpkg: 0.25.0-2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = bat
pkgdesc = Cat clone with syntax highlighting and git integration
pkgver = 0.25.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sharkdp/bat
arch = x86_64
license = Apache-2.0 OR MIT
@@ -9,8 +9,11 @@ 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.25.0
b2sums =
900a83b54404578e7466ea8d1f614a61c7c7086f10c98562fbc195a5a522fa3a8b41e20b2f3a731a3c6d1c17f64f0b82190c5e131466ab43768bc26ae544e1a3
=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
pkgname=bat
pkgver=0.25.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#tag=v$pkgver")
b2sums=('900a83b54404578e7466ea8d1f614a61c7c7086f10c98562fbc195a5a522fa3a8b41e20b2f3a731a3c6d1c17f64f0b82190c5e131466ab43768bc26ae544e1a3')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bat/-/commit/c0c738aff92b534328843a57488e07ceb0e003f4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bat/-/commit/c0c738aff92b534328843a57488e07ceb0e003f4
You're receiving this email because of your account on gitlab.archlinux.org.