Update to v0.5.7 via GitHub Actions

This commit is contained in:
runa CI (CI automation) 2026-01-24 02:36:42 +00:00
parent 3127245ced
commit deea503af8
No known key found for this signature in database
GPG key ID: AB4216015A083D5D
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = runa
pkgdesc = A fast and lightweight console file browser written in Rust
pkgver = 0.5.6
pkgver = 0.5.7
pkgrel = 1
url = https://github.com/alexm-dev/runa
arch = x86_64
@ -9,7 +9,7 @@ pkgbase = runa
license = Apache-2.0
makedepends = cargo
depends = gcc-libs
source = runa-0.5.6.tar.gz::https://github.com/alexm-dev/runa/archive/v0.5.6.tar.gz
sha256sums = 3f649dba3366839b3643773a75aed6faa68c89f7e5dfa183bc3378146105a81d
source = runa-0.5.7.tar.gz::https://github.com/alexm-dev/runa/archive/v0.5.7.tar.gz
sha256sums = 4357f95d6b21b92575e0fcdf0df51e5d9fa1401dff6385e94ac531dc88f49aac
pkgname = runa

View file

@ -2,7 +2,7 @@
# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=runa
pkgver=0.5.6
pkgver=0.5.7
pkgrel=1
pkgdesc="A fast and lightweight console file browser written in Rust"
arch=('x86_64' 'aarch64')
@ -11,7 +11,7 @@ license=('MIT' 'Apache-2.0')
depends=('gcc-libs')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('3f649dba3366839b3643773a75aed6faa68c89f7e5dfa183bc3378146105a81d')
sha256sums=('4357f95d6b21b92575e0fcdf0df51e5d9fa1401dff6385e94ac531dc88f49aac')
prepare() {
export RUSTUP_TOOLCHAIN=stable