Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / limine


Commits:
f2a229ee by Robin Candau at 2025-08-07T19:32:14+02:00
upgpkg: 9.6.0-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = limine
        pkgdesc = An advanced, portable, multiprotocol bootloader
-       pkgver = 9.5.4
+       pkgver = 9.6.0
        pkgrel = 1
        url = https://limine-bootloader.org/
        arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = limine
        makedepends = lld
        makedepends = clang
        depends = glibc
-       source = 
git+https://github.com/limine-bootloader/limine.git#tag=v9.5.4?signed
+       source = 
git+https://github.com/limine-bootloader/limine.git#tag=v9.6.0?signed
        validpgpkeys = 05D29860D0A0668AAEFB9D691F3C021BECA23821
-       sha256sums = 
7e9ca9a94fd202cf0a7cc5a3159fc5357a12b08630925a830eab5eda3a387994
+       sha256sums = 
6af8f2538c988fa81093ac631f2b1136d4d6a5efb70423711839a0c574e008b6
 
 pkgname = limine


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Mintsuki <mints...@protonmail.com>
 
 pkgname=limine
-pkgver=9.5.4
+pkgver=9.6.0
 pkgrel=1
 pkgdesc="An advanced, portable, multiprotocol bootloader"
 url="https://limine-bootloader.org/";
@@ -11,7 +11,7 @@ license=('BSD-2-Clause')
 depends=('glibc')
 makedepends=('git' 'nasm' 'mtools' 'llvm' 'lld' 'clang')
 
source=("git+https://github.com/limine-bootloader/limine.git#tag=v${pkgver}?signed";)
-sha256sums=('7e9ca9a94fd202cf0a7cc5a3159fc5357a12b08630925a830eab5eda3a387994')
+sha256sums=('6af8f2538c988fa81093ac631f2b1136d4d6a5efb70423711839a0c574e008b6')
 validpgpkeys=('05D29860D0A0668AAEFB9D691F3C021BECA23821') # Mintsuki 
<mints...@protonmail.com>
 
 prepare() {
@@ -21,7 +21,7 @@ prepare() {
 
 build() {
        cd "${pkgname}"
-       ./configure --prefix=/usr --enable-all TOOLCHAIN_FOR_TARGET=llvm
+       ./configure --prefix=/usr --enable-all
        make
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/f2a229ee5a1e34e2919693831c54fa79a7c10188

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/f2a229ee5a1e34e2919693831c54fa79a7c10188
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to