summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-11-23 10:08:06 +1300
committerGeorge Rawlinson2022-11-23 10:08:06 +1300
commit976d4b413147635a61cae7f1b80754bfe61344a7 (patch)
tree195dfe4a5d6b7959de30fa76c23fffcf2102a7f7
parenteec8a3e4f7d1d8884d8d8bf0950799d183e6531d (diff)
downloadaur-976d4b413147635a61cae7f1b80754bfe61344a7.tar.gz
upgpkg: jujutsu 0.5.1-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3913394a74d..96d3f867deea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jujutsu
pkgdesc = A git-compatible DVCS
- pkgver = 0.4.0
+ pkgver = 0.5.1
pkgrel = 1
url = https://github.com/martinvonz/jj
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = jujutsu
depends = gcc-libs
depends = zlib
options = !lto
- source = jujutsu::git+https://github.com/martinvonz/jj#commit=6efa47814accfa444a0fb60ee984b2a5c9746432
+ source = jujutsu::git+https://github.com/martinvonz/jj#commit=7bca6854a0a83a0b2ff821f413616181b8c6ee86
b2sums = SKIP
pkgname = jujutsu
diff --git a/PKGBUILD b/PKGBUILD
index 7cc6b75e2a48..507732759de2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Thomas <thomas at 6f dot io>
pkgname=jujutsu
-pkgver=0.4.0
+pkgver=0.5.1
pkgrel=1
pkgdesc='A git-compatible DVCS'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('Apache')
depends=('gcc-libs' 'zlib')
makedepends=('git' 'rust')
options=('!lto')
-_commit='6efa47814accfa444a0fb60ee984b2a5c9746432'
+_commit='7bca6854a0a83a0b2ff821f413616181b8c6ee86'
source=("$pkgname::git+$url#commit=$_commit")
b2sums=('SKIP')