mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-raspberrypi(4): fix pkgver (#1787)
This commit is contained in:
parent
3464f07d4a
commit
2ef9c0f6ce
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ _commit=a75a01501330a9be188561b0e9da1da6da372eea
|
||||||
_srcname=linux-${_commit}
|
_srcname=linux-${_commit}
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="Raspberry Pi"
|
_desc="Raspberry Pi"
|
||||||
pkgver=4.19.108
|
pkgver=4.19.113
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('armv6h' 'armv7h')
|
arch=('armv6h' 'armv7h')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
|
|
|
@ -9,7 +9,7 @@ _commit=a75a01501330a9be188561b0e9da1da6da372eea
|
||||||
_srcname=linux-${_commit}
|
_srcname=linux-${_commit}
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="Raspberry Pi 4"
|
_desc="Raspberry Pi 4"
|
||||||
pkgver=4.19.108
|
pkgver=4.19.113
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('armv7h')
|
arch=('armv7h')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
|
|
Loading…
Reference in a new issue