summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlaï Deutel2021-10-20 20:48:41 -0400
committerIlaï Deutel2021-10-20 20:48:41 -0400
commit292ef8da9dab7bed94c6c2edca3f436e11773be5 (patch)
treefbb8d444548f223f64d5ce5cc47171bd43accc8b
parentd2546c0306cc9a833852ca42780414c8c9d9f55d (diff)
downloadaur-292ef8da9dab7bed94c6c2edca3f436e11773be5.tar.gz
upgpkg: git-machete 3.4.1-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 3231605b3fd4..4a44f93f4e50 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.3.0
+ pkgver = 3.4.1
pkgrel = 1
url = https://github.com/VirtusLab/git-machete
arch = any
@@ -8,7 +8,7 @@ pkgbase = git-machete
makedepends = python-setuptools
depends = git
depends = python
- source = git-machete-3.3.0.tar.gz::https://github.com/VirtusLab/git-machete/archive/v3.3.0.tar.gz
- sha256sums = 44f4db0fd881a8b4996ed5b9f46bb431af465dd0a1daf4c8d9db55b49595bf6a
+ source = git-machete-3.4.1.tar.gz::https://github.com/VirtusLab/git-machete/archive/v3.4.1.tar.gz
+ sha256sums = f09e8125c588161828ef5fea03bd64519f071ad8c8b5ba9c90bc6926cd730b38
pkgname = git-machete
diff --git a/PKGBUILD b/PKGBUILD
index 5431b139bd35..374fac25d071 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.3.0
+pkgver=3.4.1
pkgrel=1
pkgdesc="Probably the sharpest git repository organizer & rebase/merge workflow automation tool you've ever seen"
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('git' 'python')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/VirtusLab/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('44f4db0fd881a8b4996ed5b9f46bb431af465dd0a1daf4c8d9db55b49595bf6a')
+sha256sums=('f09e8125c588161828ef5fea03bd64519f071ad8c8b5ba9c90bc6926cd730b38')
build() {
cd "$srcdir/$pkgname-${pkgver}"