Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
kexec-tools


Commits:
09363502 by Tobias Powalowski at 2024-08-11T20:40:42+02:00
upgpkg: 2.0.29-1: update to latest version

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,16 +1,14 @@
 pkgbase = kexec-tools
        pkgdesc = Load another kernel from the currently executing Linux kernel
-       pkgver = 2.0.28
-       pkgrel = 2
+       pkgver = 2.0.29
+       pkgrel = 1
        url = https://kernel.org/pub/linux/utils/kernel/kexec/
        arch = x86_64
        license = GPL-2.0-or-later
        makedepends = git
        depends = zlib
        depends = xz
-       source = 
git+https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git#tag=v2.0.28
-       source = binutils-2.41.patch
-       b2sums = 
a11aaef9190cc2f4470a35085fcfc61609c356c42ded1b5269501f91bbde234401da5151f03d3fcfe9f39c8d02ff67d65549f2cdd5f2cbc551863a7d34788321
-       b2sums = 
57b9830fc3e522d04b8d0db091502d2b101103a68af7c3c1099ea18d8b8d8b7f4a5ccbafebda38e7c7dce43172658dff8a786a5ae4452ad40b57e0161015550e
+       source = 
git+https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git#tag=v2.0.29
+       b2sums = 
e49b21dadc06cd91ec71a7c48e6a731a29560dde91f53cea615ffcfc747f443b5db3bfc2fe56050a2a604e4eb5b4f50788b8887e73d2f5c7e8c485a14c467580
 
 pkgname = kexec-tools


=====================================
PKGBUILD
=====================================
@@ -2,23 +2,20 @@
 # Maintainer: Tobias Powalowski <tp...@archlinux.org>
 
 pkgname=kexec-tools
-pkgver=2.0.28
-pkgrel=2
+pkgver=2.0.29
+pkgrel=1
 pkgdesc="Load another kernel from the currently executing Linux kernel"
 arch=('x86_64')
 url="https://kernel.org/pub/linux/utils/kernel/kexec/";
-source=("git+https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git#tag=v${pkgver}";
-         'binutils-2.41.patch')
+source=("git+https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git#tag=v${pkgver}";)
 makedepends=('git')
 depends=('zlib' 'xz')
 license=('GPL-2.0-or-later')
-b2sums=('a11aaef9190cc2f4470a35085fcfc61609c356c42ded1b5269501f91bbde234401da5151f03d3fcfe9f39c8d02ff67d65549f2cdd5f2cbc551863a7d34788321'
-        
'57b9830fc3e522d04b8d0db091502d2b101103a68af7c3c1099ea18d8b8d8b7f4a5ccbafebda38e7c7dce43172658dff8a786a5ae4452ad40b57e0161015550e')
+b2sums=('e49b21dadc06cd91ec71a7c48e6a731a29560dde91f53cea615ffcfc747f443b5db3bfc2fe56050a2a604e4eb5b4f50788b8887e73d2f5c7e8c485a14c467580')
 
 prepare() {
   cd $pkgname
   ./bootstrap
-  patch -Np1 -i $srcdir/binutils-2.41.patch
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kexec-tools/-/commit/093635024d80dbc7606e21e21296ab096febfd54

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


Reply via email to