summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaël PORTAY2023-10-03 09:04:22 +0200
committerGaël PORTAY2023-10-03 09:04:22 +0200
commitade2ef3c90e76ed9388c52cd4f17fc1aec8878bf (patch)
treee6ca0abedc72e2dcfcc430521911b50cd9a6de93
parentd8282f7e9b805de6528f78e909c416bb9ec17972 (diff)
downloadaur-ade2ef3c90e76ed9388c52cd4f17fc1aec8878bf.tar.gz
v2023.08-1.1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--hooks.install-armv7-eabihf-musl-bleeding-edge-toolchain2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b60f94c897c7..818b68cc5031 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = armv7-eabihf-musl-bleeding-edge-toolchain
pkgdesc = Ready-to-use cross-compilation toolchain provided by bootlin.com
pkgver = 2023.08
- pkgrel = 1
+ pkgrel = 1.1
url = https://toolchains.bootlin.com/
install = hooks.install-armv7-eabihf-musl-bleeding-edge-toolchain
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 92bcfe3805b7..6d395bf3b69b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=armv7-eabihf-musl-bleeding-edge-toolchain
pkgver=2023.08
-pkgrel=1
+pkgrel=1.1
pkgdesc="Ready-to-use cross-compilation toolchain provided by bootlin.com"
arch=("x86_64")
url="https://toolchains.bootlin.com/"
diff --git a/hooks.install-armv7-eabihf-musl-bleeding-edge-toolchain b/hooks.install-armv7-eabihf-musl-bleeding-edge-toolchain
index 2dd8d595b9f1..5f36d59362fc 100644
--- a/hooks.install-armv7-eabihf-musl-bleeding-edge-toolchain
+++ b/hooks.install-armv7-eabihf-musl-bleeding-edge-toolchain
@@ -2,6 +2,6 @@ post_install() {
echo "bootlin toolchain installed to /opt/armv7-eabihf-musl-bleeding-edge"
echo "The PATH variable will be updated on re-login. To immediately load it:"
echo ""
- echo " source /etc/profile.d/armv7-eabihf-musl-bleeding-edge.sh"
+ echo " source /etc/profile.d/armv7-eabihf-musl-bleeding-edge-toolchain.sh"
echo ""
}