summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIlaï Deutel2022-02-14 21:25:42 -0500
committerIlaï Deutel2022-02-14 21:25:42 -0500
commitd20360178931b92ba34bb0ed74660ed3fec3f5ab (patch)
treed356b18fc106c4d6825add83d127dbeb55e41aee /PKGBUILD
parente88527ee08fe2114ef3ad3c10ae5677660313a8a (diff)
downloadaur-d20360178931b92ba34bb0ed74660ed3fec3f5ab.tar.gz
upgpkg: git-machete 3.7.2-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3f8b68c943a..407e4f0fa7cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
BUILDENV+=('!check') # https://github.com/VirtusLab/git-machete/issues/364
pkgname='git-machete'
-pkgver=3.6.1
+pkgver=3.7.2
pkgrel=1
pkgdesc="Probably the sharpest git repository organizer & rebase/merge workflow automation tool you've ever seen"
arch=('any')
@@ -12,7 +12,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=('26c3cf0aaf57eed99a59c815eda5f4be460f8ef30cab26251634b546de1c55f7')
+sha256sums=('01a6da1b68419fcedf5600a994fd103a9d43ef0abd4031fdab70792c4642ad88')
build() {
cd "$srcdir/$pkgname-${pkgver}"