addjust for latest srpm bump
This commit is contained in:
parent
b35633de63
commit
936ffda564
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = linux-clear
|
pkgbase = linux-clear
|
||||||
pkgver = 4.14.14
|
pkgver = 4.14.14
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://github.com/clearlinux-pkgs/linux
|
url = https://github.com/clearlinux-pkgs/linux
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL2
|
license = GPL2
|
||||||
|
@ -11,13 +11,13 @@ pkgbase = linux-clear
|
||||||
makedepends = linux-firmware
|
makedepends = linux-firmware
|
||||||
makedepends = xmlto
|
makedepends = xmlto
|
||||||
options = !strip
|
options = !strip
|
||||||
source = https://download.clearlinux.org/current/source/SRPMS/linux-4.14.14-511.src.rpm
|
source = https://download.clearlinux.org/current/source/SRPMS/linux-4.14.14-513.src.rpm
|
||||||
source = https://downloadmirror.intel.com/27431/eng/microcode-20180108.tgz
|
source = https://downloadmirror.intel.com/27431/eng/microcode-20180108.tgz
|
||||||
source = 60-linux.hook
|
source = 60-linux.hook
|
||||||
source = 90-linux.hook
|
source = 90-linux.hook
|
||||||
source = 99-linux.hook
|
source = 99-linux.hook
|
||||||
source = linux.preset
|
source = linux.preset
|
||||||
sha256sums = 55ff2339657a2ad9d671d3d8476c04101ff8c9df2c24b748470811243b113c97
|
sha256sums = 58307f20460b14f688dd84179eab61718df1225702819f67cd99baeca121110d
|
||||||
sha256sums = 063f1aa3a546cb49323a5e0b516894e4b040007107b8c8ff017aca8a86204130
|
sha256sums = 063f1aa3a546cb49323a5e0b516894e4b040007107b8c8ff017aca8a86204130
|
||||||
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
|
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
|
||||||
sha256sums = 75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919
|
sha256sums = 75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -3,8 +3,8 @@
|
||||||
|
|
||||||
pkgbase=linux-clear
|
pkgbase=linux-clear
|
||||||
pkgver=4.14.14
|
pkgver=4.14.14
|
||||||
_srpm=511
|
_srpm=513
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
_srcname=linux-${pkgver}
|
_srcname=linux-${pkgver}
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/clearlinux-pkgs/linux"
|
url="https://github.com/clearlinux-pkgs/linux"
|
||||||
|
@ -19,7 +19,7 @@ source=(
|
||||||
'99-linux.hook' # pacman hook for remove initramfs
|
'99-linux.hook' # pacman hook for remove initramfs
|
||||||
'linux.preset' # standard config files for mkinitcpio ramdisk
|
'linux.preset' # standard config files for mkinitcpio ramdisk
|
||||||
)
|
)
|
||||||
sha256sums=('55ff2339657a2ad9d671d3d8476c04101ff8c9df2c24b748470811243b113c97'
|
sha256sums=('58307f20460b14f688dd84179eab61718df1225702819f67cd99baeca121110d'
|
||||||
'063f1aa3a546cb49323a5e0b516894e4b040007107b8c8ff017aca8a86204130'
|
'063f1aa3a546cb49323a5e0b516894e4b040007107b8c8ff017aca8a86204130'
|
||||||
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
|
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
|
||||||
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
|
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
|
||||||
|
|
Loading…
Reference in a new issue