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


Commits:
8d2e30c0 by Robin Candau at 2023-10-28T10:39:29+02:00
upgpkg: 5.20231028.0-1: New upstream release
Update License name: 
https://github.com/limine-bootloader/limine/commit/a5051f92bf1a52d0b03f3258823c1d446cd8af94

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = limine
        pkgdesc = An advanced, portable, multiprotocol bootloader
-       pkgver = 5.20231024.0
+       pkgver = 5.20231028.0
        pkgrel = 1
        url = https://limine-bootloader.org/
        arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = limine
        makedepends = lld
        makedepends = clang
        depends = glibc
-       source = 
https://github.com/limine-bootloader/limine/releases/download/v5.20231024.0/limine-5.20231024.0.tar.xz
-       sha256sums = 
87492cb9b129c592da5ccde6d2c754266ddf38faa89bd4686c31bfbd144e229e
+       source = 
https://github.com/limine-bootloader/limine/releases/download/v5.20231028.0/limine-5.20231028.0.tar.xz
+       sha256sums = 
8f2e317d5a50cbcbee43516e5e7b6aae42432d3288fe4159aa379d99e0d3645f
 
 pkgname = limine


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Mintsuki <mints...@protonmail.com>
 
 pkgname=limine
-pkgver=5.20231024.0
+pkgver=5.20231028.0
 pkgrel=1
 pkgdesc="An advanced, portable, multiprotocol bootloader"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('BSD')
 depends=('glibc')
 makedepends=('nasm' 'mtools' 'llvm' 'lld' 'clang')
 
source=("https://github.com/limine-bootloader/limine/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('87492cb9b129c592da5ccde6d2c754266ddf38faa89bd4686c31bfbd144e229e')
+sha256sums=('8f2e317d5a50cbcbee43516e5e7b6aae42432d3288fe4159aa379d99e0d3645f')
 
 build() {
        cd "${pkgname}-${pkgver}"
@@ -22,5 +22,5 @@ build() {
 package() {
        cd "${pkgname}-${pkgver}"
        make DESTDIR="${pkgdir}" install
-       install -Dm 644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+       install -Dm 644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }



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

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


Reply via email to