summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaël PORTAY2023-10-03 09:04:06 +0200
committerGaël PORTAY2023-10-03 09:04:06 +0200
commit19883d69f85f650504da92231c9854f6ded7b567 (patch)
tree9c944d4405b1b1bf88d3a0dc19e7e4ab127989a1
parent4dfc464346f4dcfc8f03df7deb36596377f295d2 (diff)
downloadaur-19883d69f85f650504da92231c9854f6ded7b567.tar.gz
v2023.08-1.1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--hooks.install-armv5-eabi-glibc-bleeding-edge-toolchain2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ee800ecaf3d..9d6dc003525a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = armv5-eabi-glibc-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-armv5-eabi-glibc-bleeding-edge-toolchain
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ccc9a9b0e6b3..ba1b6cc593c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=armv5-eabi-glibc-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-armv5-eabi-glibc-bleeding-edge-toolchain b/hooks.install-armv5-eabi-glibc-bleeding-edge-toolchain
index 76989424bb48..8b2a4b415444 100644
--- a/hooks.install-armv5-eabi-glibc-bleeding-edge-toolchain
+++ b/hooks.install-armv5-eabi-glibc-bleeding-edge-toolchain
@@ -2,6 +2,6 @@ post_install() {
echo "bootlin toolchain installed to /opt/armv5-eabi-glibc-bleeding-edge"
echo "The PATH variable will be updated on re-login. To immediately load it:"
echo ""
- echo " source /etc/profile.d/armv5-eabi-glibc-bleeding-edge.sh"
+ echo " source /etc/profile.d/armv5-eabi-glibc-bleeding-edge-toolchain.sh"
echo ""
}