[arch-commits] Commit in lazygit/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Fri Mar 12 20:06:39 UTC 2021


    Date: Friday, March 12, 2021 @ 20:06:39
  Author: anthraxx
Revision: 889685

upgpkg: lazygit 0.25.1-3: description nitpick

Modified:
  lazygit/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-12 20:06:12 UTC (rev 889684)
+++ PKGBUILD	2021-03-12 20:06:39 UTC (rev 889685)
@@ -4,8 +4,8 @@
 
 pkgname=lazygit
 pkgver=0.25.1
-pkgrel=2
-pkgdesc='A simple terminal UI for git commands'
+pkgrel=3
+pkgdesc='Simple terminal UI for git commands'
 url='https://github.com/jesseduffield/lazygit'
 arch=('x86_64')
 license=('MIT')
@@ -15,7 +15,7 @@
 sha256sums=('4de157c0997a12d9161bc0c10cb65053349325f2da9005bd271361a2bee8074b')
 b2sums=('e2254ea3998f8be17f0c75d328975b30af21e1eddc070e6e1c2711b54e8a7e1a4f24d91a0eb80451480547d26c9b01ac23e43ea73d59cc4a6bcc158992c73987')
 
-build () {
+build() {
   cd ${pkgname}-${pkgver}
 
   export CGO_CPPFLAGS="${CPPFLAGS}"
@@ -35,7 +35,7 @@
     "
 }
 
-package () {
+package() {
   cd ${pkgname}-${pkgver}
   install -Dm 755 lazygit -t "${pkgdir}/usr/bin"
   install -Dm 644 README*.md -t "${pkgdir}/usr/share/doc/${pkgname}"



More information about the arch-commits mailing list