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

Levente Polyak anthraxx at archlinux.org
Sun Mar 14 13:11:52 UTC 2021


    Date: Sunday, March 14, 2021 @ 13:11:51
  Author: anthraxx
Revision: 891071

upgpkg: gitui 0.12.0-3: add soname dep

Modified:
  gitui/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-14 12:39:09 UTC (rev 891070)
+++ PKGBUILD	2021-03-14 13:11:51 UTC (rev 891071)
@@ -4,12 +4,12 @@
 
 pkgname=gitui
 pkgver=0.12.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Blazing fast terminal-ui for git written in Rust'
 url='https://github.com/extrawurst/gitui'
 arch=('x86_64')
 license=('MIT')
-depends=('glibc' 'libgit2' 'libxcb')
+depends=('glibc' 'libgit2' 'libgit2.so' 'libxcb')
 makedepends=('cargo' 'python') # xcb crate needs python
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha256sums=('061536ecd2c9f9f52d4aecaece86e1e3c6fd1b88f25ce11483a783b800b9ec9e')



More information about the arch-commits mailing list