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

Orhun Parmaksiz orhun at gemini.archlinux.org
Sun Feb 6 22:21:04 UTC 2022


    Date: Sunday, February 6, 2022 @ 22:21:03
  Author: orhun
Revision: 1127293

upgpkg: cargo-outdated 0.10.2-2: build with LTO enabled (fixes FS#73630)

Modified:
  cargo-outdated/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-06 22:19:21 UTC (rev 1127292)
+++ PKGBUILD	2022-02-06 22:21:03 UTC (rev 1127293)
@@ -6,12 +6,13 @@
 
 pkgname=cargo-outdated
 pkgver=0.10.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A cargo subcommand for displaying when Rust dependencies are out of date"
 url="https://github.com/kbknapp/cargo-outdated"
 arch=('x86_64')
 license=('MIT')
-depends=('cargo')
+depends=('cargo' 'libgit2')
+makedepends=('libssh2')
 source=("${pkgname}-${pkgver}.tar.gz::https://crates.io/api/v1/crates/${pkgname}/${pkgver}/download")
 sha256sums=('32f9260bb0f4473812eedc195318d8342f101d416440942447965054be1f993f')
 b2sums=('ff53c984640afd13cb28b536c3ae54c959d8481d404920c24d2a28f1d08d6454e33a46a24f46fe61d766f06df5e69665412bc693490f10a96d8ff16cf362400d')
@@ -23,6 +24,7 @@
 
 build() {
   cd "${pkgname}-${pkgver}"
+  export LIBSSH2_SYS_USE_PKG_CONFIG=1
   cargo build --frozen --release
 }
 



More information about the arch-commits mailing list