summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNikos Toutountzoglou2024-08-18 01:13:13 +0200
committerNikos Toutountzoglou2024-08-18 01:13:13 +0200
commit6dbdfe0aff5bccd71c2f9c539bb0c2b543c873cc (patch)
tree5e4840242c2de1a21735672fac205bbd2f5f63c5 /PKGBUILD
parent747df795419232e106862642411423f515ec25ea (diff)
downloadaur-6dbdfe0aff5bccd71c2f9c539bb0c2b543c873cc.tar.gz
Update to version 12.5.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3d7a11f7bd9..34d7f61c8a32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,19 @@
# Maintainer: Nikos Toutountzoglou <nikos dot toutou at protonmail dot com>
pkgname=rtpengine-kernel-dkms
-pkgver=12.4.1.7
+pkgver=12.5.1.2
pkgrel=1
pkgdesc='Kernel module for rtpengine media proxy'
url="https://github.com/sipwise/rtpengine"
license=('GPL-3.0-or-later')
arch=('x86_64')
depends=('dkms')
-optdepends=('linux-lts-headers: Build the module for LTS Arch kernel')
+optdepends=('linux-headers: build modules against the Arch kernel'
+ 'linux-lts-headers: build modules against the LTS kernel'
+ 'linux-zen-headers: build modules against the ZEN kernel'
+ 'linux-hardened-headers: build modules against the HARDENED kernel')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sipwise/rtpengine/archive/refs/tags/mr${pkgver}.tar.gz")
-sha256sums=('0ad6475f03ae6a9afd527a3077388339900c73d13ff88d7f61597150949eb8c2')
+sha256sums=('2f316ed10d3efd29cbc7dc5a001d2a5b9265b20e71437cc4c0a0a0fbd1a51e28')
prepare() {
cd rtpengine-mr${pkgver}