Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
jujutsu


Commits:
48f95b79 by Caleb Maclennan at 2024-05-03T12:19:23+03:00
upgpkg: 0.17.0-3: Move .so deps where they won't find the wrong architecture

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = jujutsu
        pkgdesc = Git-compatible VCS that is both simple and powerful
        pkgver = 0.17.0
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/martinvonz/jj
        arch = x86_64
        license = Apache-2.0
@@ -10,7 +10,6 @@ pkgbase = jujutsu
        depends = glibc
        depends = openssl
        depends = libgit2
-       depends = libgit2.so
        depends = zstd
        replaces = jujutsu-bin
        source = 
https://github.com/martinvonz/jj/archive/refs/tags/v0.17.0/jj-0.17.0.tar.gz


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 pkgname=jujutsu
 _pkgname=jj
 pkgver=0.17.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Git-compatible VCS that is both simple and powerful'
 arch=(x86_64)
 url="https://github.com/martinvonz/$_pkgname";
@@ -14,7 +14,7 @@ license=(Apache-2.0)
 depends=(gcc-libs # libgcc_s.so
          glibc # libc.so libm.so
          openssl
-         libgit2 libgit2.so
+         libgit2
          zstd)
 replaces=("$pkgname-bin")
 makedepends=(cargo)
@@ -38,6 +38,8 @@ build() {
 }
 
 check() {
+       depends+=(libgit2.so
+                 libz.so)
        cd "$_archive"
        cargo test --frozen --all-features --package jj-cli -- \
                --skip test_diff_command



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jujutsu/-/commit/48f95b79ba8cbda063ff565692d132d34c03e53f

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jujutsu/-/commit/48f95b79ba8cbda063ff565692d132d34c03e53f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to