summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2023-01-26 01:36:51 +0100
committerRobin Candau2023-01-26 01:36:51 +0100
commit473a6b32ee14e0f08f0a69be1a31e0ff89da7280 (patch)
treedba41623ea74df9083f80506bf27a383674eb891
parent81cb4be11c652aa65e16dd372eb1592d70201bf2 (diff)
downloadaur-ame-git.tar.gz
Update email + export stable toolchain
-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
}