summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0c0a9e1cec4..f5e6e7dc701b 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.12.0
+ pkgver = 3.13.0
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.12.0.tar.gz::https://github.com/VirtusLab/git-machete/archive/v3.12.0.tar.gz
- sha256sums = 81972fd7d0449322eb1d86961d91f44d629d0d5fd560ffe0f98d65a61f7381bc
+ source = git-machete-3.13.0.tar.gz::https://github.com/VirtusLab/git-machete/archive/v3.13.0.tar.gz
+ sha256sums = 7586a152787f52a467124a1991ffdf0dfda706ae0933aa819a3ed1d5e0689ee5
pkgname = git-machete
diff --git a/PKGBUILD b/PKGBUILD
index f2cc4cdd3257..e0f0b5dc69ff 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.12.0
+pkgver=3.13.0
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=('81972fd7d0449322eb1d86961d91f44d629d0d5fd560ffe0f98d65a61f7381bc')
+sha256sums=('7586a152787f52a467124a1991ffdf0dfda706ae0933aa819a3ed1d5e0689ee5')
build() {
cd "$srcdir/$pkgname-${pkgver}"