summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Stalder2021-11-21 14:18:37 +0100
committerNicolas Stalder2021-11-21 14:18:37 +0100
commit3ecb651fdcc432b0c03075c478d92ea0ba43117b (patch)
treefdb798dd730211496f8734f04580fdc7e4ab4871 /PKGBUILD
parent56c83ae963e0a8376eed1fc23d2299591bcd5d8e (diff)
downloadaur-3ecb651fdcc432b0c03075c478d92ea0ba43117b.tar.gz
Fiddly!
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5eb9ccb8f63..029210cfa678 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Helpful suggestions by Foxboron
pkgname=solo2-cli
pkgver=0.0.7
-pkgrel=2
+pkgrel=3
pkgdesc='Solo 2 CLI'
arch=('x86_64')
url="https://github.com/solokeys/solo2-cli"
@@ -19,6 +19,7 @@ sha256sums=(
)
prepare() {
+ cd "${pkgname}-${pkgver}"
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
}