summaryrefslogtreecommitdiff
path: root/shotgun/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-10-14 14:33:42 +0200
committerTim Biermann <tbier@posteo.de>2021-10-14 14:33:42 +0200
commit7efcf7982a07665921e8021fb91bcea6e77c912b (patch)
tree4a38d9796f8504540b76f3a0d9586d5de0e6563d /shotgun/Pkgfile
parent1dde9c8c935533719a84e5df3e5fa19c6a9ffdae (diff)
downloadcontrib-7efcf7982a07665921e8021fb91bcea6e77c912b.tar.gz
contrib-7efcf7982a07665921e8021fb91bcea6e77c912b.tar.xz
shotgun: 2.2.0 -> 2.2.1
Diffstat (limited to 'shotgun/Pkgfile')
-rw-r--r--shotgun/Pkgfile15
1 files changed, 9 insertions, 6 deletions
diff --git a/shotgun/Pkgfile b/shotgun/Pkgfile
index 294d9539b..ebce4e82a 100644
--- a/shotgun/Pkgfile
+++ b/shotgun/Pkgfile
@@ -5,17 +5,20 @@
# Optional: hacksaw
name=shotgun
-version=2.2.0
+version=2.2.1
+_commit=2fc0d2ea8b522e47278fe02713cc546f62895c5c
release=1
-source=(https://github.com/neXromancers/shotgun/archive/v$version/$name-$version.tar.gz)
+#source=(https://github.com/neXromancers/shotgun/archive/v$version/$name-$version.tar.gz)
+source=(https://github.com/neXromancers/shotgun/archive/$_commit/$name-$_commit.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"
- cargo update --manifest-path $name-$version/Cargo.toml
- 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/shotgun
+ #cargo update --manifest-path $name-$version/Cargo.toml
+ #cargo build --release --locked --manifest-path $name-$version/Cargo.toml
+ cargo update --manifest-path $name-$_commit/Cargo.toml
+ cargo build --release --locked --manifest-path $name-$_commit/Cargo.toml
+ install -Dt $PKG/usr/bin $name-$_commit/target/release/shotgun
}

Generated by cgit