summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlaï Deutel2023-09-06 16:53:12 -0400
committerIlaï Deutel2023-09-06 16:53:12 -0400
commitb4d88935d0a488b9acdea9e63c5af0c6684822a4 (patch)
tree7e95ad5bcfda27cae2d104f3a70cf8737c49bcc4
parentb5219f160490d90fc7643c1f2d2a845b4d4ab628 (diff)
downloadaur-b4d88935d0a488b9acdea9e63c5af0c6684822a4.tar.gz
upgpkg: git-machete 3.18.2-1
upstream release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 391ddf58ea97..2ab2ef69d3b2 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.1
+ pkgver = 3.18.2
pkgrel = 1
url = https://github.com/VirtusLab/git-machete
arch = any
@@ -10,12 +10,13 @@ pkgbase = git-machete
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ makedepends = python-setuptools
depends = git
depends = python
optdepends = bash: bash completion
optdepends = fish: fish completion
optdepends = zsh: zsh completion
- source = git-machete-3.18.1.tar.gz::https://github.com/VirtusLab/git-machete/archive/v3.18.1.tar.gz
- sha256sums = a9ec611b654fd8b9b257cb32a4d6e3bd7a132375af77827608646d9463ee9df7
+ source = git-machete-3.18.2.tar.gz::https://github.com/VirtusLab/git-machete/archive/v3.18.2.tar.gz
+ sha256sums = 82ad96755ec681fe1bde7196c1c1af0d308d2e29eb916ba05b736133f43eb6a9
pkgname = git-machete
diff --git a/PKGBUILD b/PKGBUILD
index 8b4cea0fafea..92b86ce90728 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: Ilaï Deutel <PlMWPh1WSmypRv0JQljz> (echo ... | tr 'A-Za-z' 'l-za-kL-ZA-K' | base64 -d)
pkgname='git-machete'
-pkgver=3.18.1
+pkgver=3.18.2
pkgrel=1
pkgdesc="Probably the sharpest git repository organizer & rebase/merge workflow automation tool you've ever seen"
arch=('any')
url='https://github.com/VirtusLab/git-machete'
license=('MIT')
depends=('git' 'python')
-makedepends=(python-build python-installer python-wheel)
+makedepends=(python-build python-installer python-wheel python-setuptools)
optdepends=('bash: bash completion'
'fish: fish 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=('a9ec611b654fd8b9b257cb32a4d6e3bd7a132375af77827608646d9463ee9df7')
+sha256sums=('82ad96755ec681fe1bde7196c1c1af0d308d2e29eb916ba05b736133f43eb6a9')
prepare() {
cd "$srcdir/$pkgname-${pkgver}"