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


Commits:
0d99e802 by Caleb Maclennan at 2024-04-28T23:26:16+03:00
upgpkg: 0.16.0-3: Replace now deleted AUR bin package

- - - - -


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.16.0
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/martinvonz/jj
        arch = x86_64
        license = Apache-2.0
@@ -12,6 +12,7 @@ pkgbase = jujutsu
        depends = libgit2
        depends = libgit2.so
        depends = zstd
+       replaces = jujutsu-bin
        source = 
https://github.com/martinvonz/jj/archive/refs/tags/v0.16.0/jj-0.16.0.tar.gz
        sha256sums = 
e6094982c8e5902c33b0505bbb0e4e4c35c249f2a36108655002dc7d06de7d4a
 


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 pkgname=jujutsu
 _pkgname=jj
 pkgver=0.16.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Git-compatible VCS that is both simple and powerful'
 arch=(x86_64)
 url="https://github.com/martinvonz/$_pkgname";
@@ -16,6 +16,7 @@ depends=(gcc-libs # libgcc_s.so
          openssl
          libgit2 libgit2.so
          zstd)
+replaces=("$pkgname-bin")
 makedepends=(cargo)
 _archive="$_pkgname-$pkgver"
 source=("$url/archive/refs/tags/v$pkgver/$_archive.tar.gz")



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

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


Reply via email to