summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlaï Deutel2020-01-13 19:25:46 -0800
committerIlaï Deutel2020-01-13 19:25:46 -0800
commit85dc032fed444ec26edd3bf5132666743619f3b3 (patch)
treeb8b467f0b8d6188f97ce6d3176726e602e3d2ec8
parentd6b7814de6f668a5a03c104628aaab9bb5724932 (diff)
downloadaur-85dc032fed444ec26edd3bf5132666743619f3b3.tar.gz
upgpkg: git-machete 2.12.10-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 c4cb82ef8081..e920be996b69 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.12.9
+ pkgver = 2.12.10
pkgrel = 1
url = https://github.com/VirtusLab/git-machete
arch = any
@@ -8,8 +8,8 @@ pkgbase = git-machete
makedepends = python-setuptools
depends = git
depends = python
- source = git-machete-2.12.9.tar.gz::https://github.com/VirtusLab/git-machete/archive/v2.12.9.tar.gz
- sha256sums = d8e5d5d08743985b5cfd3fcc4f67518f21290987375ae8f92dc102d307303fbb
+ source = git-machete-2.12.10.tar.gz::https://github.com/VirtusLab/git-machete/archive/v2.12.10.tar.gz
+ sha256sums = 02c3d144beb2be5860e0ff6bdfe4cb26514da8ddc0b7e09859c3f6c14331a0da
pkgname = git-machete
diff --git a/PKGBUILD b/PKGBUILD
index d6944d87f6d5..e7ffedb509a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ilaï Deutel
pkgname='git-machete'
-pkgver=2.12.9
+pkgver=2.12.10
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')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/VirtusLab/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('d8e5d5d08743985b5cfd3fcc4f67518f21290987375ae8f92dc102d307303fbb')
+sha256sums=('02c3d144beb2be5860e0ff6bdfe4cb26514da8ddc0b7e09859c3f6c14331a0da')
build() {
cd "$srcdir/$pkgname-${pkgver}"