summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlaï Deutel2019-11-10 21:17:31 -0800
committerIlaï Deutel2019-11-10 21:17:31 -0800
commit77213f1c97e6b1ac636153cc09f7c9c5bb30af6b (patch)
treeb2cea28d77b8427c719db11963aa403234bd59f5
parent561937a386c5c572e2aabf48d6881850b98d43b9 (diff)
downloadaur-77213f1c97e6b1ac636153cc09f7c9c5bb30af6b.tar.gz
upgpkg: git-machete 2.12.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 409efd865942..7bb352ca4435 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-machete
pkgdesc = Probably the sharpest git repository organizer & rebase workflow automation tool you've ever seen
- pkgver = 2.11.1
+ pkgver = 2.12.1
pkgrel = 1
url = https://github.com/VirtusLab/git-machete
arch = any
@@ -9,8 +9,8 @@ pkgbase = git-machete
makedepends = python-pbr
depends = git
depends = python
- source = git-machete-2.11.1.tar.gz::https://github.com/VirtusLab/git-machete/archive/v2.11.1.tar.gz
- sha256sums = b33a3f43932e6142b5e6538c3d6931b7d9a1be42b7ac9eebb1499f89d1f35f9d
+ source = git-machete-2.12.1.tar.gz::https://github.com/VirtusLab/git-machete/archive/v2.12.1.tar.gz
+ sha256sums = f7451224f465131c2d22dd6f6e3548a6f6e8ac6f57356cb2f3b7858dd84d11bc
pkgname = git-machete
diff --git a/PKGBUILD b/PKGBUILD
index 0ce2cec99b86..411a2ede023b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ilaï Deutel
pkgname='git-machete'
-pkgver=2.11.1
+pkgver=2.12.1
pkgrel=1
pkgdesc="Probably the sharpest git repository organizer & rebase workflow automation tool you've ever seen"
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('git' 'python')
makedepends=('python-setuptools' 'python-pbr')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/VirtusLab/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('b33a3f43932e6142b5e6538c3d6931b7d9a1be42b7ac9eebb1499f89d1f35f9d')
+sha256sums=('f7451224f465131c2d22dd6f6e3548a6f6e8ac6f57356cb2f3b7858dd84d11bc')
prepare() {
export PBR_VERSION="$pkgver"