Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
jujutsu
Commits:
f8c7a9d3 by Caleb Maclennan at 2025-12-04T11:36:01+03:00
upgpkg: 0.36.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = jujutsu
pkgdesc = Git-compatible VCS that is both simple and powerful
- pkgver = 0.35.0
+ pkgver = 0.36.0
pkgrel = 1
url = https://github.com/jj-vcs/jj
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = jujutsu
depends = zstd
optdepends = git: for push/clone/fetch actions when using
git.subprocess = true
replaces = jujutsu-bin
- source =
https://github.com/jj-vcs/jj/archive/refs/tags/v0.35.0/jj-0.35.0.tar.gz
- sha256sums =
cbaca700490de894018566e84c0de462afcf2d2aa8333c70f94dea823c5661f2
+ source =
https://github.com/jj-vcs/jj/archive/refs/tags/v0.36.0/jj-0.36.0.tar.gz
+ sha256sums =
4e64001b6807de4d6a7532bb02ec7f93f9f6a216a76073716d58aa2f2b38d41d
pkgname = jujutsu
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=jujutsu
_pkgname=jj
-pkgver=0.35.0
+pkgver=0.36.0
pkgrel=1
pkgdesc='Git-compatible VCS that is both simple and powerful'
arch=(x86_64)
@@ -24,7 +24,7 @@ makedepends=(cargo
checkdepends=(git)
_archive="$_pkgname-$pkgver"
source=("$url/archive/refs/tags/v$pkgver/$_archive.tar.gz")
-sha256sums=('cbaca700490de894018566e84c0de462afcf2d2aa8333c70f94dea823c5661f2')
+sha256sums=('4e64001b6807de4d6a7532bb02ec7f93f9f6a216a76073716d58aa2f2b38d41d')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jujutsu/-/commit/f8c7a9d34b81de10542afb87e13f745890f97af8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jujutsu/-/commit/f8c7a9d34b81de10542afb87e13f745890f97af8
You're receiving this email because of your account on gitlab.archlinux.org.