Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
jujutsu
Commits:
7773dca4 by Caleb Maclennan at 2026-03-04T23:17:23+03:00
upgpkg: 0.39.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.38.0
+ pkgver = 0.39.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.38.0/jj-0.38.0.tar.gz
- sha256sums =
f28e280c01abb11aa9ff5ae7a35df3e9822fd37a013b6c1d79d1453a5f21f5ad
+ source =
https://github.com/jj-vcs/jj/archive/refs/tags/v0.39.0/jj-0.39.0.tar.gz
+ sha256sums =
52a60f058cf66ba3dc0bf69f189e99763b33b6770b3068b2be4fe76ecd287282
pkgname = jujutsu
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=jujutsu
_pkgname=jj
-pkgver=0.38.0
+pkgver=0.39.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=('f28e280c01abb11aa9ff5ae7a35df3e9822fd37a013b6c1d79d1453a5f21f5ad')
+sha256sums=('52a60f058cf66ba3dc0bf69f189e99763b33b6770b3068b2be4fe76ecd287282')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jujutsu/-/commit/7773dca4cc25a7b4cd2c9bda9761a09ad3901fa0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jujutsu/-/commit/7773dca4cc25a7b4cd2c9bda9761a09ad3901fa0
You're receiving this email because of your account on gitlab.archlinux.org.