Date: Saturday, September 11, 2021 @ 13:47:49 Author: alerque Revision: 1014261
upgpkg: gitui 0.17.1-2; remove obsolete build var Removed upstream a year ago, now a no-op: https://github.com/rust-lang/git2-rs/commit/0a529b5347f08f6ef7950269bca5220226ec8d2e System libgit2 is used by default unless it is not found at all. Modified: gitui/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-11 13:46:38 UTC (rev 1014260) +++ PKGBUILD 2021-09-11 13:47:49 UTC (rev 1014261) @@ -5,7 +5,7 @@ pkgname=gitui pkgver=0.17.1 -pkgrel=1 +pkgrel=2 pkgdesc='Blazing fast terminal-ui for git written in Rust' url='https://github.com/extrawurst/gitui' arch=('x86_64') @@ -23,14 +23,12 @@ build() { cd "${pkgname}-${pkgver}" - export LIBGIT2_SYS_USE_PKG_CONFIG=1 cargo build --frozen --release } check() { cd "${pkgname}-${pkgver}" - export LIBGIT2_SYS_USE_PKG_CONFIG=1 - cargo test --frozen --release + cargo test --frozen } package() {
