mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
fix packaging error
This commit is contained in:
parent
c46867884c
commit
78b7294823
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = runa-bin
|
||||
pkgdesc = A fast and lightweight console file browser written in Rust
|
||||
pkgver = 0.8.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/alexm-dev/runa
|
||||
changelog = CHANGELOG.md
|
||||
arch = x86_64
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -4,7 +4,7 @@
|
|||
pkgname=runa-bin
|
||||
_name=runa
|
||||
pkgver=0.8.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A fast and lightweight console file browser written in Rust"
|
||||
arch=('x86_64' 'aarch64')
|
||||
url="https://github.com/alexm-dev/runa"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue