mirror of
https://github.com/archlinux/aur.git
synced 2026-02-21 21:39:41 +01:00
Update to v0.3.6 via GitHub Actions
This commit is contained in:
parent
38100f70c0
commit
c0bef6a6ec
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue