Skip to content
Snippets Groups Projects
Unverified Commit e04529c8 authored by Caleb Maclennan's avatar Caleb Maclennan
Browse files

upgpkg: 0.27.0-1

parent f1e041bb
No related branches found
Tags 0.22.0-1
No related merge requests found
pkgbase = jujutsu
pkgdesc = Git-compatible VCS that is both simple and powerful
pkgver = 0.26.0
pkgver = 0.27.0
pkgrel = 1
url = https://github.com/jj-vcs/jj
arch = x86_64
......@@ -17,8 +17,8 @@ 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.26.0/jj-0.26.0.tar.gz
sha256sums = 099eeb346f32a4968ebb8273566321eff2e6ca6a7de0c9dcfd7eee016b37cba1
source = https://github.com/jj-vcs/jj/archive/refs/tags/v0.27.0/jj-0.27.0.tar.gz
sha256sums = a9d2ab04698f971a215ae2510082d0bc00540188deb90d48e12e86a6d6a023af
pkgname = jujutsu
depends = gcc-libs
......
......@@ -6,7 +6,7 @@
pkgname=jujutsu
_pkgname=jj
pkgver=0.26.0
pkgver=0.27.0
pkgrel=1
pkgdesc='Git-compatible VCS that is both simple and powerful'
arch=(x86_64)
......@@ -27,7 +27,7 @@ makedepends=(cargo
checkdepends=(git)
_archive="$_pkgname-$pkgver"
source=("$url/archive/refs/tags/v$pkgver/$_archive.tar.gz")
sha256sums=('099eeb346f32a4968ebb8273566321eff2e6ca6a7de0c9dcfd7eee016b37cba1')
sha256sums=('a9d2ab04698f971a215ae2510082d0bc00540188deb90d48e12e86a6d6a023af')
prepare() {
cd "$_archive"
......
  • git.subprocess is now true by default, maybe put git in depends?

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment