mirror of
https://github.com/archlinux/aur.git
synced 2026-03-06 00:02:47 +01:00
Update to v0.3.8 via GitHub Actions
This commit is contained in:
parent
cba866903e
commit
c031aa0ed2
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.3.7
|
||||
pkgver = 0.3.8
|
||||
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.3.7.tar.gz::https://github.com/alexm-dev/runa/archive/v0.3.7.tar.gz
|
||||
sha256sums = 40baf149a077053ff9427614e1bd4249cde1760d78428affe4cfa8d0b3d52c1a
|
||||
source = runa-0.3.8.tar.gz::https://github.com/alexm-dev/runa/archive/v0.3.8.tar.gz
|
||||
sha256sums = 16a65701409caf5a131412a0eabaf55b204261c13fdb3c1fbad90602aca532e0
|
||||
|
||||
pkgname = runa
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
|
||||
|
||||
pkgname=runa
|
||||
pkgver=0.3.7
|
||||
pkgver=0.3.8
|
||||
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=('40baf149a077053ff9427614e1bd4249cde1760d78428affe4cfa8d0b3d52c1a')
|
||||
sha256sums=('16a65701409caf5a131412a0eabaf55b204261c13fdb3c1fbad90602aca532e0')
|
||||
|
||||
prepare() {
|
||||
export RUSTUP_TOOLCHAIN=stable
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue