summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordingjingmaster2020-09-25 08:58:07 +0800
committerdingjingmaster2020-09-25 08:58:07 +0800
commit522d4c75fc6bdd72f8505cf65a209ee2a84d9fc4 (patch)
tree0d82228cdb61e91c071ef2f4753f3616b323f793
parent1872ea3a3b8c1bc9f696c250675064569e438f2b (diff)
downloadaur-graceful-linux58.tar.gz
change name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4509f413b40..e13e82e56b00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -73,7 +73,7 @@ pkgbase = graceful-linux58
sha256sums = 60e295601e4fb33d9bf65f198c54c7eb07c0d1e91e2ad1e0dd6cd6e142cb266d
sha256sums = 035ea4b2a7621054f4560471f45336b981538a40172d8f17285910d4e0e0b3ef
-pkgname = linux58
+pkgname = graceful-linux58
pkgdesc = The graceful-Linux58 kernel and modules
depends = coreutils
depends = linux-firmware
@@ -84,7 +84,7 @@ pkgname = linux58
provides = VIRTUALBOX-GUEST-MODULES
provides = WIREGUARD-MODULE
-pkgname = linux58-headers
+pkgname = graceful-linux58-headers
pkgdesc = Header files and scripts for building modules for graceful-Linux58 kernel
provides = linux-headers=5.8.11
diff --git a/PKGBUILD b/PKGBUILD
index ea4763ed6aad..3fef2283bf10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
_server=cpx51
pkgbase=graceful-linux58
-pkgname=('linux58' 'linux58-headers')
+pkgname=('graceful-linux58' 'graceful-linux58-headers')
_kernelname=-graceful-linux
_basekernel=5.8
_basever=58
@@ -152,7 +152,7 @@ build() {
make ${MAKEFLAGS} LOCALVERSION= bzImage modules
}
-package_linux58() {
+package_graceful-linux58() {
pkgdesc="The ${pkgbase/linux/Linux} kernel and modules"
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=27')
optdepends=('crda: to set the correct wireless channels of your country')
@@ -197,7 +197,7 @@ package_linux58() {
install -Dt "${pkgdir}/usr/lib/modules/${_kernver}/build" -m644 vmlinux
}
-package_linux58-headers() {
+package_graceful-linux58-headers() {
pkgdesc="Header files and scripts for building modules for ${pkgbase/linux/Linux} kernel"
provides=("linux-headers=$pkgver")