summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntiz (Robin C.)2023-01-16 14:29:26 +0100
committerAntiz (Robin C.)2023-01-16 14:29:26 +0100
commit81cb4be11c652aa65e16dd372eb1592d70201bf2 (patch)
treee02249ab5a04c4fe3fda0aa51ef6afc210140cb3
parent7dba99dd7b7ed0e42d53a2201fdc8243307f7ec0 (diff)
downloadaur-81cb4be11c652aa65e16dd372eb1592d70201bf2.tar.gz
Removed the export of nightly toolchain to use the default one
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8c2ca62f4de..87267402465f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ame-git
pkgdesc = Amethyst is a fast and efficient AUR helper (git version)
- pkgver = 4.0.3.r642.d2008a5
+ pkgver = 4.0.3.r643.182daa2
pkgrel = 1
url = https://git.getcryst.al/crystal/software/amethyst
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 14a649cd57a0..24cfcf5197b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ame-git
_pkgname=amethyst
_shortname="${pkgname%-git}"
-pkgver=4.0.3.r642.d2008a5
+pkgver=4.0.3.r643.182daa2
pkgrel=1
pkgdesc='Amethyst is a fast and efficient AUR helper (git version)'
arch=('x86_64' 'aarch64')
@@ -34,7 +34,6 @@ prepare() {
build() {
cd "${_pkgname}"
- export RUSTUP_TOOLCHAIN=nightly
export CARGO_TARGET_DIR=target
cargo build --frozen --release
}