summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJarkko Sakkinen2022-07-16 10:12:59 +0300
committerJarkko Sakkinen2022-07-16 10:12:59 +0300
commit7e13d7f5b493582b3bdf30a62c936671118f499c (patch)
treee8e7cc03f622f180212d36dc6de9e0acf3aad36d /PKGBUILD
parenta2a20fd0f3a68dec6dadf0f0aa19e4eaab5d0c44 (diff)
downloadaur-7e13d7f5b493582b3bdf30a62c936671118f499c.tar.gz
build: v5.19-rc6
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@iki.fi>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a85bfb64458c..25ad9df9a95c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Jarkko Sakkinen <jarkko.sakkinen@iki.fi>
pkgbase=linux-sgx
-pkgver=5.18.1.arch1
+pkgver=5.19.0.sgx1
pkgrel=1
-pkgdesc='Linux'
-_srctag=v${pkgver%.*}-${pkgver##*.}
-url="https://github.com/archlinux/linux/commits/$_srctag"
+pkgdesc="Linux Mainline"
+_srctag=v5.19-rc6
+url="https://kernel.org/"
arch=(x86_64)
license=(GPL2)
makedepends=(
@@ -14,11 +14,11 @@ makedepends=(
git
)
options=('!strip')
-_srcname=archlinux-linux
+_srcname=linux-sgx
source=(
- "$_srcname::git+https://github.com/archlinux/linux?signed#tag=$_srctag"
+ "$_srcname::git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=$_srctag"
config # the main kernel config file
- patch-5.18-enarx.patch
+ patch-5.19-enarx.patch
)
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds