Package Details: trunk-bin 0.19.1-1

Git Clone URL: https://aur.archlinux.org/trunk-bin.git (read-only, click to copy)
Package Base: trunk-bin
Description: A WASM web application bundler for Rust.
Upstream URL: https://github.com/thedodd/trunk
Keywords: application bundler rust trunk wasm web web-application
Licenses: MIT/Apache-2.0
Conflicts: trunk
Provides: trunk
Submitter: illuser
Maintainer: illuser
Last Packager: illuser
Votes: 2
Popularity: 0.000000
First Submitted: 2020-10-30 18:31 (UTC)
Last Updated: 2024-03-27 19:07 (UTC)

Latest Comments

Gobidev commented on 2023-09-27 12:51 (UTC)

Can you please add

diff --git a/PKGBUILD b/PKGBUILD
index c07603e..42fc78c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('x86_64')
 url="https://github.com/thedodd/trunk"
 license=('MIT/Apache-2.0')
 provides=("trunk")
+conflicts=("trunk")
 source=(
     "${pkgname%-bin}-$pkgver.tar.gz::$url/releases/download/v$pkgver/${pkgname%-bin}-x86_64-unknown-linux-gnu.tar.gz"
     "https://raw.githubusercontent.com/thedodd/${pkgname%-bin}/v$pkgver/LICENSE-APACHE"