mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 14:34:42 +01:00
Update to v0.5.3 via GitHub Actions
This commit is contained in:
parent
7b534d4661
commit
c26cdef4c8
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.2
|
||||
pkgver = 0.5.3
|
||||
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.2.tar.gz::https://github.com/alexm-dev/runa/archive/v0.5.2.tar.gz
|
||||
sha256sums = e3b1bdf9b234b758ebf9c40077d26cd4aab5a75ebd28aa96c8475b32bce58d48
|
||||
source = runa-0.5.3.tar.gz::https://github.com/alexm-dev/runa/archive/v0.5.3.tar.gz
|
||||
sha256sums = 4afe8a0b86e5484fcbf02c03788f50a0b7b25ddf4376b51fc7eab05907b3d20b
|
||||
|
||||
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.2
|
||||
pkgver=0.5.3
|
||||
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=('e3b1bdf9b234b758ebf9c40077d26cd4aab5a75ebd28aa96c8475b32bce58d48')
|
||||
sha256sums=('4afe8a0b86e5484fcbf02c03788f50a0b7b25ddf4376b51fc7eab05907b3d20b')
|
||||
|
||||
prepare() {
|
||||
export RUSTUP_TOOLCHAIN=stable
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue