summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2019-10-06 23:26:42 +0200
committerDavid Runge <dave@sleepmap.de>2019-10-06 23:26:42 +0200
commit7882b5f7215c9fbe250468b36cc4092325618492 (patch)
tree137cff478b1bcfa90f7c9e545065a8223b9eb309
parent50a88e71975747dfa78c1246e9a4200466c46d04 (diff)
PKGBUILD: Rebuilding against glibc 2.30.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9877b16..2a5f4a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index e44db34..4c7e2f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')