Update to v0.3.5 via GitHub Actions

This commit is contained in:
runa CI (CI automation) 2025-12-29 00:17:31 +00:00
parent 6c761aeb71
commit b6423904ae
No known key found for this signature in database
GPG key ID: AB4216015A083D5D
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
pkgbase = runa
pkgdesc = A fast and lightweight console file browser written in Rust
pkgver = 0.3.4
pkgrel = 2
pkgver = 0.3.5
pkgrel = 1
url = https://github.com/alexm-dev/runa
arch = x86_64
arch = aarch64
@ -9,7 +9,7 @@ pkgbase = runa
makedepends = rust
makedepends = cargo
depends = gcc-libs
source = runa-tui-0.3.4.tar.gz::https://static.crates.io/crates/runa-tui/runa-tui-0.3.4.crate
sha256sums = 26c3d351d444ae8c2cb88ce93ea15b61d0d54cbebc0f0d764c2f4e662ae2bd03
source = runa-tui-0.3.5.tar.gz::https://static.crates.io/crates/runa-tui/runa-tui-0.3.5.crate
sha256sums = e06bb6881476a2f9711a9ad009db2252c574056561c42b59837d3d1a50b38207
pkgname = runa

View file

@ -1,8 +1,8 @@
# Maintainer: alexm-dev <runa-dev@proton.me>
pkgname=runa
_pkgname=runa-tui
pkgver=0.3.4
pkgrel=2
pkgver=0.3.5
pkgrel=1
pkgdesc="A fast and lightweight console file browser written in Rust"
arch=('x86_64' 'aarch64')
url="https://github.com/alexm-dev/runa"
@ -10,7 +10,7 @@ license=('MIT')
depends=('gcc-libs')
makedepends=('rust' 'cargo')
source=("$_pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$_pkgname/$_pkgname-$pkgver.crate")
sha256sums=('26c3d351d444ae8c2cb88ce93ea15b61d0d54cbebc0f0d764c2f4e662ae2bd03')
sha256sums=('e06bb6881476a2f9711a9ad009db2252c574056561c42b59837d3d1a50b38207')
build() {
cd "$_pkgname-$pkgver"