summaryrefslogtreecommitdiff
path: root/texlab
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-05-26 14:27:52 +0200
committerTim Biermann <tbier@posteo.de>2022-05-26 23:11:50 +0200
commit62c0ce4fed408024fcfa626880217020e2a170b6 (patch)
treeaf664c52afcc1f87eff9cdf84d3b2f36e004947e /texlab
parent6b24f52edeede855186f9a023f7da424a283179e (diff)
downloadcontrib-62c0ce4fed408024fcfa626880217020e2a170b6.tar.gz
contrib-62c0ce4fed408024fcfa626880217020e2a170b6.tar.xz
texlab: 3.3.2 -> 4.0.0
Diffstat (limited to 'texlab')
-rw-r--r--texlab/.signature6
-rw-r--r--texlab/Pkgfile11
2 files changed, 8 insertions, 9 deletions
diff --git a/texlab/.signature b/texlab/.signature
index 8f0194273..64ee09d60 100644
--- a/texlab/.signature
+++ b/texlab/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3/qcltw5fQWPZat2z1hUez7X4YxEMVjHinhAx1P7ry3VtvGcxuB5t7cm1E0I0vu2nIMG26fYINQ49G++zY9+lgc=
-SHA256 (Pkgfile) = cc0536304263db3c9792b8ca4b6803ed7d02a02e1112f3cf8dcbff42c6872524
+RWSagIOpLGJF32rECaITj3g5mreS34zdS0yzYjWFtGDyuH6JQ5T/fj6UdRfRJ8cILrrhKI/IUWJExT7Yt0AdT1Cf6MzzQXvmyQk=
+SHA256 (Pkgfile) = d04bb33bb3403d2b03a9e53229aed5d2cd205646e2b578fb2bfbe633c2402494
SHA256 (.footprint) = e269bf06cd399613cb5e2df75070c5210b53277a4c1478d41543e6c58a533387
-SHA256 (texlab-3.3.2.tar.gz) = 380395a37ee2ece590c0db04ac4898f5f430ee37d0ab0fa0801805167fff066a
+SHA256 (texlab-4.0.0.tar.gz) = 18149b8b4f79c18144eed3ae6d501e89dd5790b92ec5bf523201a8f713b353b7
diff --git a/texlab/Pkgfile b/texlab/Pkgfile
index 9aa0dcb17..8fd5d5288 100644
--- a/texlab/Pkgfile
+++ b/texlab/Pkgfile
@@ -4,16 +4,15 @@
# Depends on: rust
name=texlab
-version=3.3.2
+version=4.0.0
release=1
source=(https://github.com/latex-lsp/texlab/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 fetch --manifest-path $name-$version/Cargo.toml
- cargo build --release --locked --manifest-path $name-$version/Cargo.toml
- install -Dt $PKG/usr/bin $name-$version/target/release/texlab
+ cargo build --release --manifest-path $name-$version/Cargo.toml
+
+ install -Dt $PKG/usr/bin $name-$version/target/release/$name
}

Generated by cgit