summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRasmus Moorats2022-11-18 10:31:33 +0200
committerRasmus Moorats2022-11-18 10:31:33 +0200
commita69729008c664609e21fcc95efc743f5b24150e0 (patch)
tree0d888e837adb7cf6161b59c534c5a2b3abab4c2f /PKGBUILD
parent9178d7a00dd76589674975c05d0befde38c54b84 (diff)
downloadaur-a69729008c664609e21fcc95efc743f5b24150e0.tar.gz
use kernel.org for kernel sources
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0110631d55e2..593647ad387a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=opensnitch-ebpf-module-stable
_pkgname=opensnitch
pkgver=1.5.2
-pkgrel=2
-_kver=6.0
+pkgrel=3
+_kver=6.0.8
pkgdesc="eBPF process monitor module for opensnitch"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/evilsocket/opensnitch"
@@ -15,9 +15,9 @@ depends=('opensnitch')
provides=("${pkgname%-stable}")
conflicts=("${pkgname%-stable}" "${pkgname%-stable}-git")
source=("${url}/archive/v${pkgver}.tar.gz"
- "https://github.com/torvalds/linux/archive/v${_kver}.tar.gz")
+ "https://cdn.kernel.org/pub/linux/kernel/v${_kver%%.*}.x/linux-${_kver}.tar.xz")
sha256sums=('8aa9cb07dfed2881240c5d3a359668cc3d19060fe8f2819c73cd265abd62b2c6'
- 'f63602d33f9b98ab8abd1f668fe1debbb1eea28984e7218a0e051ac1d25aac37')
+ '0de4f83996951c6faf9b2225db4f645882c47b1a09198190f97bd46e5f5fa257')
options=('!strip') # we're stripping with llvm-strip
prepare() {