summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9e665430d8c..78ee3e530b35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
-pkgbase = linux-lqx-test
+pkgbase = linux-lqx
pkgdesc = Linux Liquorix
pkgver = 5.14.6.lqx1
- pkgrel = 1
+ pkgrel = 2
url = https://liquorix.net/
arch = x86_64
license = GPL2
@@ -21,7 +21,7 @@ pkgbase = linux-lqx-test
sha512sums = SKIP
sha512sums = db51ffa0bb421f414cccf3e1ef54ad3f1b0cfd6b5583a9a80ec4b8c9e7982c5b7efa43a5bb7e9809d42617df4361d230256d60f7848797ae8a1480c1e614583e
-pkgname = linux-lqx-test
+pkgname = linux-lqx
pkgdesc = The Linux Liquorix kernel and modules
depends = coreutils
depends = kmod
@@ -32,11 +32,11 @@ pkgname = linux-lqx-test
provides = VIRTUALBOX-GUEST-MODULES
provides = WIREGUARD-MODULE
-pkgname = linux-lqx-test-headers
+pkgname = linux-lqx-headers
pkgdesc = Headers and scripts for building modules for the Linux Liquorix kernel
- depends = linux-lqx-test
+ depends = linux-lqx
depends = pahole
-pkgname = linux-lqx-test-docs
+pkgname = linux-lqx-docs
pkgdesc = Documentation for the Linux Liquorix kernel
- depends = linux-lqx-test
+ depends = linux-lqx
diff --git a/PKGBUILD b/PKGBUILD
index 00b64eeb6103..097c871db504 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -57,9 +57,9 @@ _srcname=linux-${_major}
_lqxpatchname=liquorix-package
_lqxpatchrel=1
_lqxpatchver=${_lqxpatchname}-${_major}-${_lqxpatchrel}
-pkgbase=linux-lqx-test
+pkgbase=linux-lqx
pkgver=5.14.6.lqx1
-pkgrel=1
+pkgrel=2
pkgdesc='Linux Liquorix'
url='https://liquorix.net/'
arch=(x86_64)
@@ -230,7 +230,7 @@ _package() {
_package-headers() {
pkgdesc="Headers and scripts for building modules for the $pkgdesc kernel"
- depends=('linux-lqx-test' 'pahole')
+ depends=('linux-lqx' 'pahole')
cd $_srcname
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"
@@ -312,7 +312,7 @@ _package-headers() {
_package-docs() {
pkgdesc="Documentation for the $pkgdesc kernel"
- depends=('linux-lqx-test')
+ depends=('linux-lqx')
cd $_srcname
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"