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

Levente Polyak anthraxx at archlinux.org
Sun Mar 28 18:52:05 UTC 2021


    Date: Sunday, March 28, 2021 @ 18:52:05
  Author: anthraxx
Revision: 907104

upgpkg: gitui 0.13.0-1

Modified:
  gitui/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-28 18:51:10 UTC (rev 907103)
+++ PKGBUILD	2021-03-28 18:52:05 UTC (rev 907104)
@@ -3,8 +3,8 @@
 # Contributor: Wesley Moore <wes at wezm.net>
 
 pkgname=gitui
-pkgver=0.12.0
-pkgrel=3
+pkgver=0.13.0
+pkgrel=1
 pkgdesc='Blazing fast terminal-ui for git written in Rust'
 url='https://github.com/extrawurst/gitui'
 arch=('x86_64')
@@ -12,17 +12,19 @@
 depends=('glibc' 'libgit2' 'libgit2.so' 'libxcb')
 makedepends=('cargo' 'python') # xcb crate needs python
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('061536ecd2c9f9f52d4aecaece86e1e3c6fd1b88f25ce11483a783b800b9ec9e')
-b2sums=('822e0f441930fe585a35c098ee73cceb1b6d60dca8aef391d8cfa2264a302566e0830471be94f2a9ae8fefbb347dbf4bcc0cb787a48301e5abfa8767f32ad548')
+sha256sums=('ebf3ba559d05205e629805f60441411a0609e2a84444753cfd3a4a3ff1b98009')
+b2sums=('840351d996ea82d655b7a99a1f740cce3465a0a7bda13808fffedd99e79bc11c6506f48d79b53340354e0f5ad1988044a85ba03869e8d0c50ce001b6a6579d23')
 
 build() {
   cd "${pkgname}-${pkgver}"
-  LIBGIT2_SYS_USE_PKG_CONFIG=1 cargo build --release --locked
+  export LIBGIT2_SYS_USE_PKG_CONFIG=1
+  cargo build --release --locked
 }
 
 check() {
   cd "${pkgname}-${pkgver}"
-  LIBGIT2_SYS_USE_PKG_CONFIG=1 cargo test --release --locked
+  export LIBGIT2_SYS_USE_PKG_CONFIG=1
+  cargo test --release --locked
 }
 
 package() {



More information about the arch-commits mailing list