summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2023-02-24 14:41:40 +1300
committerGeorge Rawlinson2023-02-24 14:41:40 +1300
commit0df7825d1b38e18985e45912c4ab32d7f226a9c4 (patch)
treef957c72ce4151c8fce2e3aa6f1a0b9297843deca
parent5aed228da510c75064332d517a95453c05ec8770 (diff)
downloadaur-0df7825d1b38e18985e45912c4ab32d7f226a9c4.tar.gz
upgpkg: jujutsu 0.7.0-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53578954aec1..16544b2b281f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jujutsu
pkgdesc = A git-compatible DVCS
- pkgver = 0.6.1
+ pkgver = 0.7.0
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=5caade2705d8f91afb0c26e67474470209d217be
+ source = jujutsu::git+https://github.com/martinvonz/jj#commit=eb79a21cc0f438e1e2b6d2aa643b2d7c9590ca15
b2sums = SKIP
pkgname = jujutsu
diff --git a/PKGBUILD b/PKGBUILD
index 7441efa52c49..14c8027d2f46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Thomas <thomas at 6f dot io>
pkgname=jujutsu
-pkgver=0.6.1
+pkgver=0.7.0
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='5caade2705d8f91afb0c26e67474470209d217be'
+_commit='eb79a21cc0f438e1e2b6d2aa643b2d7c9590ca15'
source=("$pkgname::git+$url#commit=$_commit")
b2sums=('SKIP')