summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlaï Deutel2023-05-15 15:13:07 -0400
committerIlaï Deutel2023-05-15 15:13:07 -0400
commit608f7d445d1b5ec3233510dcd1330cef4b7418dd (patch)
treec262e589f9333c556b9011c3e9ae75df96f29b20
parent261c2856b52e4a174780d240ece0532d48b456fa (diff)
downloadaur-608f7d445d1b5ec3233510dcd1330cef4b7418dd.tar.gz
upgpkg: git-machete 3.17.4-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0859eb7f6d27..f7a80058e31e 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.3
+ pkgver = 3.17.4
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.3.tar.gz::https://github.com/VirtusLab/git-machete/archive/v3.17.3.tar.gz
- sha256sums = 71c0314d41779b6ba6a90432d2cc304d7e3666a8f37c73d0b96e5b7a6ef56b54
+ source = git-machete-3.17.4.tar.gz::https://github.com/VirtusLab/git-machete/archive/v3.17.4.tar.gz
+ sha256sums = 2a83cbfbd39d793a11b1f1e09c08fe4ca6feac9508db72ec6a10f021406ebdc1
pkgname = git-machete
diff --git a/PKGBUILD b/PKGBUILD
index a337d715e439..eb393d48220b 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.3
+pkgver=3.17.4
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=('71c0314d41779b6ba6a90432d2cc304d7e3666a8f37c73d0b96e5b7a6ef56b54')
+sha256sums=('2a83cbfbd39d793a11b1f1e09c08fe4ca6feac9508db72ec6a10f021406ebdc1')
build() {
cd "$srcdir/$pkgname-${pkgver}"
@@ -20,7 +20,7 @@ build() {
check() {
cd "$srcdir/$pkgname-${pkgver}"
- pytest
+ GITHUB_TOKEN='' pytest
}
package() {