summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis2024-04-02 06:08:16 -0400
committerAlexis2024-04-02 06:08:16 -0400
commitd4ece5d03c26845b3ca8c42e7bf20c4354cdff01 (patch)
tree0e71884c80d1edd0d81c7a7bb4614faac5c6edc5
parentdff58d2ec569057b342f1fe449cf20a82e7486fe (diff)
downloadaur-d4ece5d03c26845b3ca8c42e7bf20c4354cdff01.tar.gz
install nightly
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7313b7c4a44..b6c201ac7441 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ arch=('any')
url="https://github.com/lexi-the-cute/catgirl-engine"
license=(Zlib)
pkgver=0.12.32
-pkgrel=4
+pkgrel=5
conflicts=(catgirl-engine-git)
source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate")
b2sums=("SKIP")
@@ -21,6 +21,7 @@ makedepends=(
# Might require further modification depending on the package involved.
prepare() {
cd "$pkgname-$pkgver"
+ rustup install nightly
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
}