Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
git-warp-time
Commits:
397d83e1 by Caleb Maclennan at 2024-05-03T12:12:28+03:00
upgpkg: 0.7.6-3: Move .so deps where they won't find the wrong architecture
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = git-warp-time
pkgdesc = reset timestamps of Git repository files to the time of the
last modifying commit
pkgver = 0.7.6
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/alerque/git-warp-time
arch = x86_64
license = GPL-3.0-only
@@ -11,7 +11,6 @@ pkgbase = git-warp-time
depends = gcc-libs
depends = glibc
depends = libgit2
- depends = libgit2.so
source =
https://github.com/alerque/git-warp-time/releases/download/v0.7.6/git-warp-time-0.7.6.tar.zst
source =
https://github.com/alerque/git-warp-time/releases/download/v0.7.6/git-warp-time-0.7.6.tar.zst.asc
validpgpkeys = 9F377DDB6D3153A48EB3EB1E63CC496475267693
@@ -19,3 +18,7 @@ pkgbase = git-warp-time
sha256sums = SKIP
pkgname = git-warp-time
+ depends = gcc-libs
+ depends = glibc
+ depends = libgit2
+ depends = libgit2.so
=====================================
PKGBUILD
=====================================
@@ -2,14 +2,14 @@
pkgname=git-warp-time
pkgver=0.7.6
-pkgrel=2
+pkgrel=3
pkgdesc='reset timestamps of Git repository files to the time of the last
modifying commit'
arch=(x86_64)
url="https://github.com/alerque/$pkgname"
license=(GPL-3.0-only)
-depends=(gcc-libs
- glibc
- libgit2 libgit2.so)
+depends=(gcc-libs # libgcc_s.so
+ glibc # libc.so libm.so
+ libgit2)
makedepends=(cargo
git
jq)
@@ -40,6 +40,7 @@ check() {
}
package() {
+ depends+=(libgit2.so)
cd "$_archive"
make DESTDIR="$pkgdir" install
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-warp-time/-/commit/397d83e1ca711516bba77f997e57eaaf2f405e41
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-warp-time/-/commit/397d83e1ca711516bba77f997e57eaaf2f405e41
You're receiving this email because of your account on gitlab.archlinux.org.