Remove unwanted /usr/.crates.toml and /usr/.crates2.json

This commit is contained in:
Emmanuel Gil Peyrot 2021-03-14 09:00:39 +01:00
parent 9e934f485e
commit 62e1fd21e8
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pkgbase = helvum-git
pkgdesc = GTK-based patchbay for pipewire, inspired by the JACK tool catia
pkgver = 0.1.0.r10.gb348339
pkgver = 0.1.0.r13.g3fccff0
pkgrel = 1
url = https://gitlab.freedesktop.org/ryuukyu/helvum
arch = x86_64

View File

@ -1,7 +1,7 @@
# Maintainer: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
pkgname=helvum-git
pkgver=0.1.0.r10.gb348339
pkgver=0.1.0.r13.g3fccff0
pkgrel=1
pkgdesc='GTK-based patchbay for pipewire, inspired by the JACK tool catia'
arch=('x86_64' 'aarch64')
@ -31,6 +31,7 @@ package() {
cd helvum
cargo install \
--no-track \
--root "$pkgdir/usr" \
--path "$srcdir/helvum"
}