summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis2024-04-02 06:03:19 -0400
committerAlexis2024-04-02 06:03:19 -0400
commit27c5dcd70437d9ad8c0ecc027f74281036a1218d (patch)
treef7b533e5c970b328e8b74086610a4e6379805c7e
parent05b7995fca12d5f69f184f3476de6bd90aec44ce (diff)
downloadaur-27c5dcd70437d9ad8c0ecc027f74281036a1218d.tar.gz
changing to rustup
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 036ff4704df1..c7313b7c4a44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ arch=('any')
url="https://github.com/lexi-the-cute/catgirl-engine"
license=(Zlib)
pkgver=0.12.32
-pkgrel=3
+pkgrel=4
conflicts=(catgirl-engine-git)
source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate")
b2sums=("SKIP")
options=(!strip !debug)
makedepends=(
- "rust"
+ "rustup"
"cargo-nightly"
"sed"
)