summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87267402465f..cb6f773f10ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ame-git
pkgdesc = Amethyst is a fast and efficient AUR helper (git version)
pkgver = 4.0.3.r643.182daa2
- pkgrel = 1
+ pkgrel = 2
url = https://git.getcryst.al/crystal/software/amethyst
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 24cfcf5197b3..ede128a0221a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Robin Candau <robincandau[at]protonmail[dot]com>
+# Maintainer: Robin Candau <antiz@archlinux.org>
pkgname=ame-git
_pkgname=amethyst
_shortname="${pkgname%-git}"
pkgver=4.0.3.r643.182daa2
-pkgrel=1
+pkgrel=2
pkgdesc='Amethyst is a fast and efficient AUR helper (git version)'
arch=('x86_64' 'aarch64')
url="https://git.getcryst.al/crystal/software/${_pkgname}"
@@ -34,6 +34,7 @@ prepare() {
build() {
cd "${_pkgname}"
+ export RUSTUP_TOOLCHAIN=stable
export CARGO_TARGET_DIR=target
cargo build --frozen --release
}