mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v0.8.0 via GitHub Actions
This commit is contained in:
parent
de03d37264
commit
71607739d4
2 changed files with 7 additions and 8 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = runa
|
||||
pkgdesc = A fast and lightweight terminal file manager written in Rust
|
||||
pkgver = 0.7.0
|
||||
pkgver = 0.8.0
|
||||
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.7.0.tar.gz::https://github.com/alexm-dev/runa/archive/v0.7.0.tar.gz
|
||||
sha256sums = 8442574cf5e9eff3da02c6b14390759b8157f73e60d7e350f11c8ac55e267ace
|
||||
source = runa-0.8.0.tar.gz::https://github.com/alexm-dev/runa/archive/v0.8.0.tar.gz
|
||||
sha256sums = a33388de071737d0e345027db6bab312ea86180fab19bf57a350bfc100c4406a
|
||||
|
||||
pkgname = runa
|
||||
|
|
|
|||
9
PKGBUILD
9
PKGBUILD
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Alexandros McCray <runa-dev at proton dot me>
|
||||
# Maintainer: Alexandros McCray <alexandros dot mc at proton dot me>
|
||||
# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
|
||||
|
||||
pkgname=runa
|
||||
pkgver=0.7.0
|
||||
pkgver=0.8.0
|
||||
pkgrel=1
|
||||
pkgdesc="A fast and lightweight terminal file manager 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=('8442574cf5e9eff3da02c6b14390759b8157f73e60d7e350f11c8ac55e267ace')
|
||||
sha256sums=('a33388de071737d0e345027db6bab312ea86180fab19bf57a350bfc100c4406a')
|
||||
|
||||
prepare() {
|
||||
export RUSTUP_TOOLCHAIN=stable
|
||||
|
|
@ -35,7 +35,6 @@ check() {
|
|||
package() {
|
||||
cd "$pkgname-$pkgver"
|
||||
install -Dm755 target/release/rn -t "$pkgdir/usr/bin/"
|
||||
install -Dm644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname/"
|
||||
install -Dm644 LICENSE-APACHE -t "$pkgdir/usr/share/licenses/$pkgname/"
|
||||
install -Dm644 LICENSE-{MIT,APACHE} -t "$pkgdir/usr/share/licenses/$pkgname/"
|
||||
install -Dm644 docs/configuration.md -t "$pkgdir/usr/share/doc/$pkgname/"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue