summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 065fb52bd7bf..ebbde92d81bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = trunk
pkgdesc = Build, bundle & ship your Rust WASM application to the web.
- pkgver = 0.12.1
+ pkgver = 0.13.0
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.12.1.tar.gz
- sha256sums = 6f4e74f83f1ab7a224f1ab82483cde90be7057e6b6f6f26754e8aff8f3e1ba98
+ source = https://github.com/thedodd/trunk//archive/v0.13.0.tar.gz
+ sha256sums = 69150938131330c1779e3204efa33a46e1d48767dbf76d0f805b104a4c9479e1
pkgname = trunk
diff --git a/PKGBUILD b/PKGBUILD
index ebe31fe7fb29..a331862a2221 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=trunk
-pkgver=0.12.1
+pkgver=0.13.0
pkgrel=1
pkgdesc='Build, bundle & ship your Rust WASM application to the web.'
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('APACHE' 'MIT')
depends=()
makedepends=('cargo')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('6f4e74f83f1ab7a224f1ab82483cde90be7057e6b6f6f26754e8aff8f3e1ba98')
+sha256sums=('69150938131330c1779e3204efa33a46e1d48767dbf76d0f805b104a4c9479e1')
build() {
cd "$pkgname-$pkgver"