summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaël PORTAY2024-01-06 01:34:30 +0100
committerGaël PORTAY2024-01-06 01:34:30 +0100
commit59b6d4dfe46e37c45330add7c563f2f66470ccd5 (patch)
tree9a15d6d0fc7090acf5cc01619091cf762f7339a2
parentade2ef3c90e76ed9388c52cd4f17fc1aec8878bf (diff)
downloadaur-armv7-eabihf-musl-bleeding-edge-toolchain.tar.gz
v2023.11-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 818b68cc5031..abca5e976d0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = armv7-eabihf-musl-bleeding-edge-toolchain
pkgdesc = Ready-to-use cross-compilation toolchain provided by bootlin.com
- pkgver = 2023.08
- pkgrel = 1.1
+ pkgver = 2023.11
+ pkgrel = 1
url = https://toolchains.bootlin.com/
install = hooks.install-armv7-eabihf-musl-bleeding-edge-toolchain
arch = x86_64
license = GPL
- source = https://toolchains.bootlin.com/downloads/releases/toolchains/armv7-eabihf/tarballs/armv7-eabihf--musl--bleeding-edge-2023.08-1.tar.bz2
+ source = https://toolchains.bootlin.com/downloads/releases/toolchains/armv7-eabihf/tarballs/armv7-eabihf--musl--bleeding-edge-2023.11-1.tar.bz2
source = profile.sh-armv7-eabihf-musl-bleeding-edge-toolchain
- sha256sums = 6422c3fe6cb66694a0c3384e39ffe352b3e69cf4035e64180765a23973bb00d1
+ sha256sums = fcc4421b04ede8996d350a3517890c48ba200a9102787ddd288f2c5037b3de4c
sha256sums = 43ff31a90e056fa5714640b59348e2b08427cdc481695edf4d4f0c0a496a6ff5
pkgname = armv7-eabihf-musl-bleeding-edge-toolchain
diff --git a/PKGBUILD b/PKGBUILD
index 6d395bf3b69b..15a31d0041cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: Gaël PORTAY <gael.portay@gmail.com>
pkgname=armv7-eabihf-musl-bleeding-edge-toolchain
-pkgver=2023.08
-pkgrel=1.1
+pkgver=2023.11
+pkgrel=1
pkgdesc="Ready-to-use cross-compilation toolchain provided by bootlin.com"
arch=("x86_64")
url="https://toolchains.bootlin.com/"
license=("GPL")
-source=("https://toolchains.bootlin.com/downloads/releases/toolchains/armv7-eabihf/tarballs/armv7-eabihf--musl--bleeding-edge-2023.08-1.tar.bz2"
+source=("https://toolchains.bootlin.com/downloads/releases/toolchains/armv7-eabihf/tarballs/armv7-eabihf--musl--bleeding-edge-2023.11-1.tar.bz2"
"profile.sh-armv7-eabihf-musl-bleeding-edge-toolchain")
install="hooks.install-armv7-eabihf-musl-bleeding-edge-toolchain"
-sha256sums=('6422c3fe6cb66694a0c3384e39ffe352b3e69cf4035e64180765a23973bb00d1'
+sha256sums=('fcc4421b04ede8996d350a3517890c48ba200a9102787ddd288f2c5037b3de4c'
'43ff31a90e056fa5714640b59348e2b08427cdc481695edf4d4f0c0a496a6ff5')
build() {
- cd "armv7-eabihf--musl--bleeding-edge-2023.08-1"
+ cd "armv7-eabihf--musl--bleeding-edge-2023.11-1"
sh relocate-sdk.sh "/opt/armv7-eabihf-musl-bleeding-edge"
}
@@ -22,7 +22,7 @@ build() {
package() {
options=(!strip)
- cd "armv7-eabihf--musl--bleeding-edge-2023.08-1"
+ cd "armv7-eabihf--musl--bleeding-edge-2023.11-1"
mkdir -p "$pkgdir/opt/armv7-eabihf-musl-bleeding-edge/"
cp -a * "$pkgdir/opt/armv7-eabihf-musl-bleeding-edge/"