Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
trunk
Commits:
820dbb34 by Orhun Parmaksız at 2025-03-28T11:24:56+08:00
upgpkg: 0.21.12-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = trunk
pkgdesc = Build, bundle & ship your Rust WASM application to the web
- pkgver = 0.21.9
+ pkgver = 0.21.12
pkgrel = 1
url = https://github.com/thedodd/trunk
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = trunk
depends = openssl
depends = bzip2
options = !lto
- source =
trunk-0.21.9.tar.gz::https://github.com/thedodd/trunk/archive/v0.21.9.tar.gz
- sha256sums =
848076e5630a00e10a8be0573b029cf5e4c3b22dbb9bdfeb1ca866c8723fea32
+ source =
trunk-0.21.12.tar.gz::https://github.com/thedodd/trunk/archive/v0.21.12.tar.gz
+ sha256sums =
8b4f6be421c9aec08b327e79e50fad8015dc6f56fc0c856d9320bdf97df0bc05
pkgname = trunk
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Sanpi <[email protected]>
pkgname=trunk
-pkgver=0.21.9
+pkgver=0.21.12
pkgrel=1
pkgdesc='Build, bundle & ship your Rust WASM application to the web'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('Apache-2.0' 'MIT')
depends=('gcc-libs' 'openssl' 'bzip2')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('848076e5630a00e10a8be0573b029cf5e4c3b22dbb9bdfeb1ca866c8723fea32')
+sha256sums=('8b4f6be421c9aec08b327e79e50fad8015dc6f56fc0c856d9320bdf97df0bc05')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/trunk/-/commit/820dbb3425074feb15b1bd2b1f11ee217c9b7895
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/trunk/-/commit/820dbb3425074feb15b1bd2b1f11ee217c9b7895
You're receiving this email because of your account on gitlab.archlinux.org.