summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65256eb7c077..95f29edc048f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = trunk
pkgdesc = Build, bundle & ship your Rust WASM application to the web.
- pkgver = 0.19.1
+ pkgver = 0.19.2
pkgrel = 1
url = https://github.com/thedodd/trunk/
arch = x86_64
license = APACHE
license = MIT
makedepends = cargo
- source = https://github.com/thedodd/trunk//archive/v0.19.1.tar.gz
- sha256sums = b8ed1ba9a048d71e0056e2b93c06858d68df25796d0d5515754b1c8610f368aa
+ options = !lto
+ source = https://github.com/thedodd/trunk//archive/v0.19.2.tar.gz
+ sha256sums = 61876cd64a2a641cf30db0dba400cae50f0d73d33394838abbbb5636d12f3db7
pkgname = trunk
diff --git a/PKGBUILD b/PKGBUILD
index 5f8fdc91ece8..6a54898bfa92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=trunk
-pkgver=0.19.1
+pkgver=0.19.2
pkgrel=1
pkgdesc='Build, bundle & ship your Rust WASM application to the web.'
arch=('x86_64')
@@ -9,7 +9,8 @@ license=('APACHE' 'MIT')
depends=()
makedepends=('cargo')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('b8ed1ba9a048d71e0056e2b93c06858d68df25796d0d5515754b1c8610f368aa')
+sha256sums=('61876cd64a2a641cf30db0dba400cae50f0d73d33394838abbbb5636d12f3db7')
+options=(!lto)
build() {
cd "$pkgname-$pkgver"