Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
jujutsu
Commits:
a4ed59cb by Caleb Maclennan at 2024-04-04T00:33:51+03:00
upgpkg: 0.16.0-1
- - - - -
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.15.1
- pkgrel = 2
+ pkgver = 0.16.0
+ pkgrel = 1
url = https://github.com/martinvonz/jj
arch = x86_64
license = Apache-2.0
@@ -12,7 +12,7 @@ pkgbase = jujutsu
depends = libgit2
depends = libgit2.so
depends = zstd
- source =
https://github.com/martinvonz/jj/archive/refs/tags/v0.15.1/jj-0.15.1.tar.gz
- sha256sums =
e39f80edaa01da29e86782424d031c38324eabff10c44704781c80fd60c9fb0e
+ source =
https://github.com/martinvonz/jj/archive/refs/tags/v0.16.0/jj-0.16.0.tar.gz
+ sha256sums =
e6094982c8e5902c33b0505bbb0e4e4c35c249f2a36108655002dc7d06de7d4a
pkgname = jujutsu
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
pkgname=jujutsu
_pkgname=jj
-pkgver=0.15.1
-pkgrel=2
+pkgver=0.16.0
+pkgrel=1
pkgdesc='Git-compatible VCS that is both simple and powerful'
arch=(x86_64)
url="https://github.com/martinvonz/$_pkgname"
@@ -19,7 +19,7 @@ depends=(gcc-libs # libgcc_s.so
makedepends=(cargo)
_archive="$_pkgname-$pkgver"
source=("$url/archive/refs/tags/v$pkgver/$_archive.tar.gz")
-sha256sums=('e39f80edaa01da29e86782424d031c38324eabff10c44704781c80fd60c9fb0e')
+sha256sums=('e6094982c8e5902c33b0505bbb0e4e4c35c249f2a36108655002dc7d06de7d4a')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jujutsu/-/commit/a4ed59cb69ec36b6da764c438fca0e6f4501cae9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jujutsu/-/commit/a4ed59cb69ec36b6da764c438fca0e6f4501cae9
You're receiving this email because of your account on gitlab.archlinux.org.