mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
Update to v0.5.12 via GitHub Actions
This commit is contained in:
parent
36f4a3a47a
commit
f946326434
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.11
|
||||
pkgver = 0.5.12
|
||||
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.11.tar.gz::https://github.com/alexm-dev/runa/archive/v0.5.11.tar.gz
|
||||
sha256sums = 6c6cda6848d31f9014ff7136b7d84fc013acd6a2eda8ea79bc31033c310c333f
|
||||
source = runa-0.5.12.tar.gz::https://github.com/alexm-dev/runa/archive/v0.5.12.tar.gz
|
||||
sha256sums = a7f128b79ed295df2ac747ad95251a5e399b987117af3464989cfb70b24ad3b8
|
||||
|
||||
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.11
|
||||
pkgver=0.5.12
|
||||
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=('6c6cda6848d31f9014ff7136b7d84fc013acd6a2eda8ea79bc31033c310c333f')
|
||||
sha256sums=('a7f128b79ed295df2ac747ad95251a5e399b987117af3464989cfb70b24ad3b8')
|
||||
|
||||
prepare() {
|
||||
export RUSTUP_TOOLCHAIN=stable
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue