summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredy García2018-09-11 16:38:40 -0500
committerFredy García2018-09-11 16:38:40 -0500
commit96e6bed7183647729bfaf4ca6613feda0ffb0cf8 (patch)
treea8dd176f95b35b7531ee8124eb223f8abfb534ca
parentaf8812388f94dac99c587be229d9ae64c8aa9847 (diff)
downloadaur-96e6bed7183647729bfaf4ca6613feda0ffb0cf8.tar.gz
Upgrading to version 0.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0e44249eba5..f8adc616191f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lazygit
pkgdesc = A simple terminal UI for git commands
- pkgver = 0.2.1
+ pkgver = 0.2.2
pkgrel = 1
url = https://github.com/jesseduffield/lazygit
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = lazygit
depends = glibc
provides = lazygit
conflicts = lazygit-git
- source = lazygit-0.2.1.tar.gz::https://github.com/jesseduffield/lazygit/archive/v0.2.1.tar.gz
- sha256sums = 35960501bf1900c89887c9a0b876ddce700db42910cb56667d04e44946f56e5e
+ source = lazygit-0.2.2.tar.gz::https://github.com/jesseduffield/lazygit/archive/v0.2.2.tar.gz
+ sha256sums = 4ed37925d96a31488a914dfb55f78e3fec87b18bca4b3e76daa7d8dfb24492d0
pkgname = lazygit
diff --git a/PKGBUILD b/PKGBUILD
index 69be0d69fcad..55a3209fdea6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: fuero <fuerob@gmail.com>
pkgname=lazygit
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc="A simple terminal UI for git commands"
arch=("x86_64")
@@ -13,8 +13,8 @@ makedepends=("go-pie")
provides=("lazygit")
conflicts=("lazygit-git")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jesseduffield/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=("35960501bf1900c89887c9a0b876ddce700db42910cb56667d04e44946f56e5e")
-_commit="2181a91fea7e884f8e511e411e137c41d0b5316a"
+sha256sums=("4ed37925d96a31488a914dfb55f78e3fec87b18bca4b3e76daa7d8dfb24492d0")
+_commit="7d862785073599b7887332a07d37f0ca4b867f7a"
build () {
echo "Linking to repository path..."