summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfuero2018-08-28 12:37:55 +0200
committerfuero2018-08-28 12:37:55 +0200
commitaf8812388f94dac99c587be229d9ae64c8aa9847 (patch)
treee7f71886d0ae492232aecb68d4a43637137c7c5e
parentfa1c4600bf02c518e495f74a8178b9f03c91bd01 (diff)
downloadaur-af8812388f94dac99c587be229d9ae64c8aa9847.tar.gz
Upgrading to version 0.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e58918705f7..a0e44249eba5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lazygit
pkgdesc = A simple terminal UI for git commands
- pkgver = 0.1.80
+ pkgver = 0.2.1
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.1.80.tar.gz::https://github.com/jesseduffield/lazygit/archive/v0.1.80.tar.gz
- sha256sums = a076d4fac93cfd41afcc1c4a5c3b3c55a1315aec452573686b97a47e8885c45f
+ source = lazygit-0.2.1.tar.gz::https://github.com/jesseduffield/lazygit/archive/v0.2.1.tar.gz
+ sha256sums = 35960501bf1900c89887c9a0b876ddce700db42910cb56667d04e44946f56e5e
pkgname = lazygit
diff --git a/PKGBUILD b/PKGBUILD
index 6c28f6c61e9e..69be0d69fcad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: fuero <fuerob@gmail.com>
pkgname=lazygit
-pkgver=0.1.80
+pkgver=0.2.1
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=("a076d4fac93cfd41afcc1c4a5c3b3c55a1315aec452573686b97a47e8885c45f")
-_commit="93ab892bdd1226f9a519a938c8b28590e71e54f3"
+sha256sums=("35960501bf1900c89887c9a0b876ddce700db42910cb56667d04e44946f56e5e")
+_commit="2181a91fea7e884f8e511e411e137c41d0b5316a"
build () {
echo "Linking to repository path..."