diff options
author | David Runge <dave@sleepmap.de> | 2019-10-06 23:26:42 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2019-10-06 23:26:42 +0200 |
commit | 7882b5f7215c9fbe250468b36cc4092325618492 (patch) | |
tree | 137cff478b1bcfa90f7c9e545065a8223b9eb309 | |
parent | 50a88e71975747dfa78c1246e9a4200466c46d04 (diff) |
PKGBUILD: Rebuilding against glibc 2.30.
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ pkgbase = linux-rt-lts pkgver = 4.19.72_rt25 - pkgrel = 1 + pkgrel = 2 url = https://wiki.linuxfoundation.org/realtime/start arch = x86_64 license = GPL2 @@ -11,7 +11,7 @@ pkgbase=linux-rt-lts # Build kernel with a different name _pkgver=4.19.72 _rtpatchver=rt25 pkgver=${_pkgver}_${_rtpatchver} -pkgrel=1 +pkgrel=2 arch=('x86_64') url="https://wiki.linuxfoundation.org/realtime/start" license=('GPL2') |