Date: Saturday, March 18, 2023 @ 18:45:13 Author: alerque Revision: 1423016
upgpkg: gitui 0.22.1-2; rebuild for libgi2-1.6 Modified: gitui/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-18 18:44:22 UTC (rev 1423015) +++ PKGBUILD 2023-03-18 18:45:13 UTC (rev 1423016) @@ -5,13 +5,13 @@ pkgname=gitui pkgver=0.22.1 -pkgrel=1 +pkgrel=2 pkgdesc='Blazing fast terminal-ui for git written in Rust' url='https://github.com/extrawurst/gitui' arch=('x86_64') license=('MIT') # work around two libssl.so providers being in the repos by only depending on package for now -depends=('gcc-libs' 'libgit2' 'libgit2.so' 'libxcb' 'openssl' 'zlib') +depends=('gcc-libs' 'libgit2.so' 'libxcb' 'openssl' 'zlib') makedepends=('cargo' 'python') # xcb crate needs python source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz") sha256sums=('285e86c136ee7f410fdd52c5284ccf0d19011cc5f7709e5e10bb02f439a218ea')
