summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlaï Deutel2023-07-17 22:05:38 -0400
committerIlaï Deutel2023-07-17 22:05:38 -0400
commit2b13cdcc6484748eb68a0f81e889fcaf2b156194 (patch)
treea5cf2b070ccc0dc9c1330b9565faf0ca18788026
parent608f7d445d1b5ec3233510dcd1330cef4b7418dd (diff)
downloadaur-2b13cdcc6484748eb68a0f81e889fcaf2b156194.tar.gz
upgpkg: git-machete 3.17.8-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 f7a80058e31e..f1f1a4cb46ae 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.17.4
+ pkgver = 3.17.8
pkgrel = 1
url = https://github.com/VirtusLab/git-machete
arch = any
@@ -10,7 +10,7 @@ pkgbase = git-machete
makedepends = python-setuptools
depends = git
depends = python
- source = git-machete-3.17.4.tar.gz::https://github.com/VirtusLab/git-machete/archive/v3.17.4.tar.gz
- sha256sums = 2a83cbfbd39d793a11b1f1e09c08fe4ca6feac9508db72ec6a10f021406ebdc1
+ source = git-machete-3.17.8.tar.gz::https://github.com/VirtusLab/git-machete/archive/v3.17.8.tar.gz
+ sha256sums = d9840bb5e7e46f699217d27af79a670bbd12a79155afc99696ddb5d2d87d0973
pkgname = git-machete
diff --git a/PKGBUILD b/PKGBUILD
index eb393d48220b..f4daec2ad779 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.17.4
+pkgver=3.17.8
pkgrel=1
pkgdesc="Probably the sharpest git repository organizer & rebase/merge workflow automation tool you've ever seen"
arch=('any')
@@ -11,7 +11,7 @@ depends=('git' 'python')
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-pytest-mock')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/VirtusLab/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('2a83cbfbd39d793a11b1f1e09c08fe4ca6feac9508db72ec6a10f021406ebdc1')
+sha256sums=('d9840bb5e7e46f699217d27af79a670bbd12a79155afc99696ddb5d2d87d0973')
build() {
cd "$srcdir/$pkgname-${pkgver}"