summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlaï Deutel2024-05-03 18:57:20 -0400
committerIlaï Deutel2024-05-03 18:57:20 -0400
commit348b53b1f4dedbf2b57f5dfaa2a966e6bd6649fe (patch)
treeeef090980942c22018f6cad96c406abeb5b0296d
parentf991ce4a40b8ccb00fb4406130e8adf3e498a4ad (diff)
downloadaur-git-machete.tar.gz
upgpkg: git-machete 3.25.2-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 1350ed04b865..00bc8874291d 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.25.0
+ pkgver = 3.25.2
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.25.0.tar.gz::https://github.com/VirtusLab/git-machete/archive/v3.25.0.tar.gz
- sha256sums = 2d43ccf8cf11b43121f82b0969e5e93b678d9d9d7c42eb8fc4b4af68044f12e5
+ source = git-machete-3.25.2.tar.gz::https://github.com/VirtusLab/git-machete/archive/v3.25.2.tar.gz
+ sha256sums = 38bf1c5898b46bb429c873885d1d5c265c47861d335ecf05b8a80b140cb23d51
pkgname = git-machete
diff --git a/PKGBUILD b/PKGBUILD
index 6e55fefeedb2..c9ed0c7d2992 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.25.0
+pkgver=3.25.2
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=('2d43ccf8cf11b43121f82b0969e5e93b678d9d9d7c42eb8fc4b4af68044f12e5')
+sha256sums=('38bf1c5898b46bb429c873885d1d5c265c47861d335ecf05b8a80b140cb23d51')
prepare() {
cd "$srcdir/$pkgname-${pkgver}"