summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2023-02-08 22:30:54 +0100
committerPiotr Gorski2023-02-08 22:30:54 +0100
commit67de55dd96e1a253584d295470418b1cbbaf315b (patch)
tree64efc774ead0728224d9fea4d3a8b34bdaab210d
parentbe6e85755b4ea6febb272095d8db1165cd40130a (diff)
downloadaur-67de55dd96e1a253584d295470418b1cbbaf315b.tar.gz
Update sources
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f6cd06d57b8..ba1ae0a6255a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-next-git
pkgdesc = Linux NEXT
pkgver = 20230208.r0.g38d2b86a665b
- pkgrel = 1
+ pkgrel = 2
url = http://www.kernel.org/
arch = x86_64
license = GPL2
@@ -14,7 +14,7 @@ pkgbase = linux-next-git
makedepends = tar
makedepends = xz
options = !strip
- source = git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
+ source = git+https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/6.1/arch-patches/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
source = config
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cd484083a214..d7e13e9840b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,7 @@ _disable_debug=y
pkgbase=linux-next-git
pkgver=20230208.r0.g38d2b86a665b
_srcname=linux-next
-pkgrel=1
+pkgrel=2
pkgdesc='Linux NEXT'
arch=('x86_64')
url="http://www.kernel.org/"
@@ -63,7 +63,7 @@ _lucjanver=6.1
#_lucjanpath="https://raw.githubusercontent.com/sirlucjan/kernel-patches/master/${_lucjanver}"
_lucjanpath="https://gitlab.com/sirlucjan/kernel-patches/raw/master/${_lucjanver}"
-source=("git://git.kernel.org/pub/scm/linux/kernel/git/next/${_srcname}.git"
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/next/${_srcname}.git"
"${_lucjanpath}/arch-patches/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch"
# the main kernel config files
'config')