summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlaï Deutel2023-10-16 16:58:59 -0400
committerIlaï Deutel2023-10-16 16:58:59 -0400
commit3669bb6b62877098714a005b3f2d234cf36d2f45 (patch)
treee06916c27eeca68eb552f494da15fb998762b64d
parent2daf9ca844f1e61e047cfb3e32f8556dcc205e67 (diff)
downloadaur-3669bb6b62877098714a005b3f2d234cf36d2f45.tar.gz
upgpkg: git-machete 3.19.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 951d29540128..7093d7f753b2 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.18.3
+ pkgver = 3.19.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.18.3.tar.gz::https://github.com/VirtusLab/git-machete/archive/v3.18.3.tar.gz
- sha256sums = 47c1b16cb2614094c4b92f94b57307749397d4e1f49cd05ba3057307fde2137d
+ source = git-machete-3.19.0.tar.gz::https://github.com/VirtusLab/git-machete/archive/v3.19.0.tar.gz
+ sha256sums = 16076952e13fdf7cd8c8390e37804e35eaa0a697ec22461be16318ece0cd5895
pkgname = git-machete
diff --git a/PKGBUILD b/PKGBUILD
index f1178cea93be..f5f057c2456f 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.18.3
+pkgver=3.19.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=('47c1b16cb2614094c4b92f94b57307749397d4e1f49cd05ba3057307fde2137d')
+sha256sums=('16076952e13fdf7cd8c8390e37804e35eaa0a697ec22461be16318ece0cd5895')
prepare() {
cd "$srcdir/$pkgname-${pkgver}"