Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
cocogitto
Commits:
fcc19534 by Caleb Maclennan at 2024-05-03T11:00:58+03:00
upgpkg: 6.1.0-3: Move .so deps where they won't find the wrong architecture
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,16 +1,22 @@
pkgbase = cocogitto
pkgdesc = Set of CLI tools for the conventional commit and semver
specifications
pkgver = 6.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/cocogitto/cocogitto
arch = x86_64
license = MIT
makedepends = cargo
depends = git
depends = gcc-libs
- depends = libgit2.so
+ depends = libgit2
depends = zlib
source =
https://github.com/cocogitto/cocogitto/archive/6.1.0/cocogitto-6.1.0.tar.gz
sha256sums =
756bc574f311311639723297f3dc793f7494d9b3ae375d6bc3e6e714432d08f0
pkgname = cocogitto
+ depends = git
+ depends = gcc-libs
+ depends = libgit2
+ depends = zlib
+ depends = libgit2.so
+ depends = libz.so
=====================================
PKGBUILD
=====================================
@@ -4,14 +4,14 @@
pkgname=cocogitto
_pkgname=cog
pkgver=6.1.0
-pkgrel=2
+pkgrel=3
pkgdesc='Set of CLI tools for the conventional commit and semver
specifications'
arch=(x86_64)
url="https://github.com/$pkgname/$pkgname"
license=(MIT)
-depends=(git
- gcc-libs
- libgit2.so
+depends=(git # libc.so libm.so
+ gcc-libs # libgcc_s.so
+ libgit2
zlib)
makedepends=(cargo)
_archive="$pkgname-$pkgver"
@@ -43,6 +43,8 @@ check() {
}
package() {
+ depends+=(libgit2.so
+ libz.so)
cd "$_archive"
install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$_pkgname"
install -Dm0644 -t "$pkgdir/usr/share/bash-completion/completions/"
"completions/$_pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cocogitto/-/commit/fcc195346d2a0b22feb8e0e59b6802b5855aa8ea
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cocogitto/-/commit/fcc195346d2a0b22feb8e0e59b6802b5855aa8ea
You're receiving this email because of your account on gitlab.archlinux.org.