summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlaï Deutel2023-12-13 16:01:04 -0500
committerIlaï Deutel2023-12-13 16:01:04 -0500
commit4d52472818abc9b8d953e54332facc6f819f5e42 (patch)
treef5a7e46798da41faab80a04b89d3e0a9137585a5
parenta3cb9abebb25d79839a8678f10c4746a23f82ff4 (diff)
downloadaur-4d52472818abc9b8d953e54332facc6f819f5e42.tar.gz
upgpkg: git-machete 3.22.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c20b6dd5f3f7..68868949308e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-machete
pkgdesc = Probably the sharpest git repository organizer & rebase/merge workflow automation tool you've ever seen
- pkgver = 3.21.0
+ pkgver = 3.22.0
pkgrel = 1
url = https://github.com/VirtusLab/git-machete
arch = any
@@ -16,7 +16,7 @@ pkgbase = git-machete
optdepends = bash: bash completion
optdepends = fish: fish completion
optdepends = zsh: zsh completion
- source = git-machete-3.21.0.tar.gz::https://github.com/VirtusLab/git-machete/archive/v3.21.0.tar.gz
- sha256sums = 959cd20df73f3d353ecf4d22d0960ca2c1e341e322ad6c7ff1012e6ac2edfae8
+ source = git-machete-3.22.0.tar.gz::https://github.com/VirtusLab/git-machete/archive/v3.22.0.tar.gz
+ sha256sums = de4e833b6517fe9929c7096439d50bd5d28f6b699dfc446068839eb866f44168
pkgname = git-machete
diff --git a/PKGBUILD b/PKGBUILD
index 448713550270..bca2a9642af5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ilaï Deutel <PlMWPh1WSmypRv0JQljz> (echo ... | tr 'A-Za-z' 'l-za-kL-ZA-K' | base64 -d)
pkgname='git-machete'
-pkgver=3.21.0
+pkgver=3.22.0
pkgrel=1
pkgdesc="Probably the sharpest git repository organizer & rebase/merge workflow automation tool you've ever seen"
arch=('any')
@@ -14,7 +14,7 @@ optdepends=('bash: bash completion'
'zsh: zsh completion')
checkdepends=('python-pytest' 'python-pytest-mock')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/VirtusLab/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('959cd20df73f3d353ecf4d22d0960ca2c1e341e322ad6c7ff1012e6ac2edfae8')
+sha256sums=('de4e833b6517fe9929c7096439d50bd5d28f6b699dfc446068839eb866f44168')
prepare() {
cd "$srcdir/$pkgname-${pkgver}"