mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
Update to v0.5.1 via GitHub Actions
This commit is contained in:
parent
c57c0fbdd5
commit
cd5313df68
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue