ports/contrib (3.7): zellij: 0.36.0 -> 0.37.0
commit 223faffa84f9378d3bad61920a0fa6015ecd4ada Author: Tim Biermann <tbier@posteo.de> Date: Sun Jun 18 20:41:48 2023 +0200 zellij: 0.36.0 -> 0.37.0 diff --git a/zellij/.signature b/zellij/.signature index dfa8737b9..21055bd58 100644 --- a/zellij/.signature +++ b/zellij/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3yKVAV/pm2dPLPp2eH9n3G+a6kg5Z/IFFeLcLPBtmdXXv12ppk1heop3F1aCytlODUDDGofhyjc+aGcUGFOUBQw= -SHA256 (Pkgfile) = e23e106cb69ba415c819d7f5c55b864581c73eb8adc411818297a7d1c2b46d70 +RWSagIOpLGJF3y3jrntR8GeBA1YBYR6fX0VdCP/zCr9oLWDfveHZ1RzamuP9gjNZlVUMlBziUyHGIH+8q7jWOfBztDoyVNFtZwQ= +SHA256 (Pkgfile) = 0467983c25ba9267574f63fc57e3a225d382b806ea65bea579ed0714f919a058 SHA256 (.footprint) = 537a7725ad8d6bec80c3a23dcfe06ad71a7a7f2ff4a32e05142522fc42a355c0 -SHA256 (zellij-0.36.0.tar.gz) = df64fa143c10f3c7c3e53befeb6ab3b8f08c220f3cf6331cfc6faa2aa779b6b1 +SHA256 (zellij-0.37.0.tar.gz) = 8f33360fc539bb755a8a63f9cfac0f5a3733af4e8c3c7dc23d67465797b3e681 diff --git a/zellij/Pkgfile b/zellij/Pkgfile index 8c6d4320c..472a2bb64 100644 --- a/zellij/Pkgfile +++ b/zellij/Pkgfile @@ -4,14 +4,13 @@ # Depends on: rust name=zellij -version=0.36.0 +version=0.37.0 release=1 source=(https://github.com/zellij-org/zellij/archive/v$version/$name-$version.tar.gz) build() { prt-get isinst sccache && export RUSTC_WRAPPER=/usr/bin/sccache - mkdir "$PKGMK_SOURCE_DIR/rust" || true - export CARGO_HOME="$PKGMK_SOURCE_DIR/rust" + [[ ! -e $PKGMK_SOURCE_DIR/rust ]] && mkdir $PKGMK_SOURCE_DIR/rust cargo build --release --manifest-path $name-$version/Cargo.toml
participants (1)
-
crux@crux.nu