Update to v0.3.6 via GitHub Actions

This commit is contained in:
runa CI (CI automation) 2025-12-30 02:57:49 +00:00
parent 38100f70c0
commit c0bef6a6ec
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,14 +1,14 @@
pkgbase = runa
pkgdesc = A fast and lightweight console file browser written in Rust
pkgver = 0.3.5
pkgrel = 3
pkgver = 0.3.6
pkgrel = 1
url = https://github.com/alexm-dev/runa
arch = x86_64
arch = aarch64
license = MIT
makedepends = cargo
depends = gcc-libs
source = runa-0.3.5.tar.gz::https://github.com/alexm-dev/runa/archive/v0.3.5.tar.gz
sha256sums = 4c85df83d72557239b5a4b8c2155f6234dd38a1d780d23391e9889e22253eaf2
source = runa-0.3.6.tar.gz::https://github.com/alexm-dev/runa/archive/v0.3.6.tar.gz
sha256sums = dc56b93897a03b151872eaeeee78022c3db1b54d355ec17eb58e724a65d70934
pkgname = runa

View file

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