Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
git-absorb
Commits:
840c1dc7 by Caleb Maclennan at 2025-01-25T18:42:27+03:00
upgpkg: 0.6.17-4: Move sodepends to where it will actually be picked up
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = git-absorb
pkgdesc = git commit --fixup, but automatic
pkgver = 0.6.17
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/tummychow/git-absorb
arch = x86_64
license = BSD
@@ -13,3 +13,7 @@ pkgbase = git-absorb
sha256sums =
512ef2bf0e642f8c34eb56aad657413bd9e04595e3bc4650ecf1c0799f148ca4
pkgname = git-absorb
+ depends = gcc-libs
+ depends = glibc
+ depends = libgit2
+ depends = libgit2.so
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=git-absorb
pkgver=0.6.17
-pkgrel=3
+pkgrel=4
pkgdesc="git commit --fixup, but automatic"
arch=('x86_64')
url="https://github.com/tummychow/git-absorb"
@@ -23,7 +23,6 @@ prepare() {
build() {
cd "${pkgname}-${pkgver}"
CFLAGS+=' -ffat-lto-objects'
- depends+=('libgit2.so')
export LIBGIT2_NO_VENDOR=1
cargo build --release --frozen
"target/release/$pkgname" --gen-completions bash >
"completions/$pkgname.bash"
@@ -39,6 +38,7 @@ check() {
package() {
cd "${pkgname}-${pkgver}"
+ depends+=('libgit2.so')
install -Dm 755 target/release/"${pkgname}" -t "${pkgdir}/usr/bin/"
install -Dm 644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
install -Dm 644 "LICENSE.md"
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-absorb/-/commit/840c1dc7577e84da7d750e5ba64b6bb176639afa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-absorb/-/commit/840c1dc7577e84da7d750e5ba64b6bb176639afa
You're receiving this email because of your account on gitlab.archlinux.org.