Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
jujutsu
Commits:
e507e48e by Patryk Kielar at 2024-12-18T20:36:36+00:00
Update Github account address
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -2,7 +2,7 @@ pkgbase = jujutsu
pkgdesc = Git-compatible VCS that is both simple and powerful
pkgver = 0.24.0
pkgrel = 1
- url = https://github.com/martinvonz/jj
+ url = https://github.com/jj-vcs/jj
arch = x86_64
license = Apache-2.0
makedepends = cargo
@@ -15,7 +15,7 @@ pkgbase = jujutsu
depends = libssh2.so
depends = zstd
replaces = jujutsu-bin
- source =
https://github.com/martinvonz/jj/archive/refs/tags/v0.24.0/jj-0.24.0.tar.gz
+ source =
https://github.com/jj-vcs/jj/archive/refs/tags/v0.24.0/jj-0.24.0.tar.gz
sha256sums =
c0e92ec25b7500deec2379a95ab655c6c92021cf4ccb29511fee2377e37b35d6
pkgname = jujutsu
=====================================
.nvchecker.toml
=====================================
@@ -1,5 +1,5 @@
[jujutsu]
source = "github"
-github = "martinvonz/jj"
+github = "jj-vcs/jj"
prefix = "v"
use_latest_release = true
=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@ pkgver=0.24.0
pkgrel=1
pkgdesc='Git-compatible VCS that is both simple and powerful'
arch=(x86_64)
-url="https://github.com/martinvonz/$_pkgname"
+url="https://github.com/jj-vcs/$_pkgname"
license=(Apache-2.0)
depends=(gcc-libs # libgcc_s.so
glibc # libc.so libm.so
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jujutsu/-/commit/e507e48e834c367b9535c380c4ef06a53e8eb72a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jujutsu/-/commit/e507e48e834c367b9535c380c4ef06a53e8eb72a
You're receiving this email because of your account on gitlab.archlinux.org.