Update to v0.5.1 via GitHub Actions

This commit is contained in:
runa CI (CI automation) 2026-01-11 17:03:02 +00:00
parent c57c0fbdd5
commit cd5313df68
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.0
pkgver = 0.5.1
pkgrel = 1
url = https://github.com/alexm-dev/runa
arch = x86_64
@ -8,7 +8,7 @@ pkgbase = runa
license = MIT
makedepends = cargo
depends = gcc-libs
source = runa-0.5.0.tar.gz::https://github.com/alexm-dev/runa/archive/v0.5.0.tar.gz
sha256sums = 6fc1139ccf8edc1fde945941ab6e30698b9afb3464c75dba2a124708313ca959
source = runa-0.5.1.tar.gz::https://github.com/alexm-dev/runa/archive/v0.5.1.tar.gz
sha256sums = 8dac5baeafaab5c7240dd18f56b012d82cd140065c43846bb74ae0cd3edfdfb6
pkgname = runa

View file

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