Skip to content

Commit 7957c5d

Browse files
committed
upgpkg: 060-3: dracutdevs/dracut#2613
1 parent ac769f7 commit 7957c5d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.SRCINFO

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = dracut-git
22
pkgdesc = An event driven initramfs infrastructure
33
pkgver = 060.r6794.4980bad
4-
pkgrel = 2
4+
pkgrel = 3
55
url = https://github.com/dracutdevs/dracut
66
arch = x86_64
77
license = GPL-2.0-or-later
@@ -67,8 +67,10 @@ pkgbase = dracut-git
6767
source = git+https://github.com/dracutdevs/dracut.git
6868
source = 2527.patch::https://github.com/dracutdevs/dracut/commit/a2fe89116db4b286fbf515f26bd1773b5e6ee8ad.patch
6969
source = 2610.patch::https://github.com/dracutdevs/dracut/commit/f68d056bd9d32f4fc0c15163b256d1811a552302.patch
70+
source = 2613.patch::https://github.com/dracutdevs/dracut/commit/619de721cff44ed7c0b809bee80aee6986577e59.patch
7071
sha512sums = SKIP
7172
sha512sums = bba154e13463fb759e1cfd5f461b2b4e786ad8c6f4cacacbd918e911efc7d5a5368300676d6e6d8e9b7b2f4333314886bb1e34daac9f0c73c1c441baf7918063
7273
sha512sums = fdffc9362d72c98cd595f458b7a20157868e4f445ad692afde8337df77496bc905597d18d646b01ee58f9cdd3eefc848bfe04e9aa565fde6e4a2e65aa3fe75e0
74+
sha512sums = d55de661daadd47d2b08ae5d0bc7d651f5bc93a189b58d1f0fac2496b31069212e2e120f7ba56e3afa5cfe7360070a1afd3ed609760d812264829fb8ec9c246f
7375

7476
pkgname = dracut-git

PKGBUILD

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Contributor: Giancarlo Razzolini <[email protected]>
44
pkgname=dracut-git
55
pkgver=060.r6794.4980bad
6-
pkgrel=2
6+
pkgrel=3
77
pkgdesc='An event driven initramfs infrastructure'
88
arch=('x86_64')
99
url='https://github.com/dracutdevs/dracut'
@@ -76,11 +76,13 @@ source=(
7676
'git+https://github.com/dracutdevs/dracut.git'
7777
2527.patch::https://github.com/dracutdevs/dracut/commit/a2fe89116db4b286fbf515f26bd1773b5e6ee8ad.patch
7878
2610.patch::https://github.com/dracutdevs/dracut/commit/f68d056bd9d32f4fc0c15163b256d1811a552302.patch
79+
2613.patch::https://github.com/dracutdevs/dracut/commit/619de721cff44ed7c0b809bee80aee6986577e59.patch
7980
)
8081
sha512sums=(
8182
'SKIP'
8283
bba154e13463fb759e1cfd5f461b2b4e786ad8c6f4cacacbd918e911efc7d5a5368300676d6e6d8e9b7b2f4333314886bb1e34daac9f0c73c1c441baf7918063
8384
fdffc9362d72c98cd595f458b7a20157868e4f445ad692afde8337df77496bc905597d18d646b01ee58f9cdd3eefc848bfe04e9aa565fde6e4a2e65aa3fe75e0
85+
d55de661daadd47d2b08ae5d0bc7d651f5bc93a189b58d1f0fac2496b31069212e2e120f7ba56e3afa5cfe7360070a1afd3ed609760d812264829fb8ec9c246f
8486
)
8587

8688
pkgver() {

0 commit comments

Comments
 (0)