summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Holden2024-04-04 00:24:38 +0200
committerThomas Holden2024-04-04 00:24:38 +0200
commitdb7f18b20e7cde256e49b308da847767ab506f73 (patch)
tree1a812931e66ee3d8c6cc96fb9b4aa002d6a86d0c
parent1d9d69c1cf933143a298268a4a51a86f049102c7 (diff)
downloadaur-db7f18b20e7cde256e49b308da847767ab506f73.tar.gz
fix: description again
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a79d2d922ef..806a6a3c844d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,4 @@
pkgbase = linux-cachyos-zenbook
- pkgdesc = Cachyos kernel with a patch for Asus Zenbook OLED 14 sound
pkgver = 6.8.2
pkgrel = 1
url = https://github.com/CachyOS/linux-cachyos
@@ -40,7 +39,7 @@ pkgbase = linux-cachyos-zenbook
b2sums = dfc52d584e9d75c468d21a98bd97dbcf2ee0b7e686026f9202064060b17d599b552a50fe0f428ac21e56eb098bee90795f32eb2e44d912b5ed562bc73fa6e842
pkgname = linux-cachyos-zenbook
- pkgdesc = The Cachyos kernel with a patch for Asus Zenbook OLED 14 sound kernel and modules
+ pkgdesc = Based on the CachyOS kernel, including a patch that fixes low volume issus on Zenbook UX3405MA.304
depends = coreutils
depends = kmod
depends = initramfs
@@ -54,6 +53,6 @@ pkgname = linux-cachyos-zenbook
provides = UKSMD-BUILTIN
pkgname = linux-cachyos-zenbook-headers
- pkgdesc = Headers and scripts for building modules for the Cachyos kernel with a patch for Asus Zenbook OLED 14 sound kernel
+ pkgdesc = Headers and scripts for building modules for the CachyOS kernel
depends = pahole
depends = linux-cachyos
diff --git a/PKGBUILD b/PKGBUILD
index 7336fa6f737b..90f234295ea5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -173,7 +173,6 @@ _stable=${_major}.${_minor}
#_stablerc=${_major}-${_rcver}
_srcname=linux-${_stable}
#_srcname=linux-${_major}
-pkgdesc='Cachyos kernel with a patch for Asus Zenbook OLED 14 sound'
pkgrel=1
_kernver=$pkgver-$pkgrel
arch=('x86_64' 'x86_64_v3')
@@ -578,7 +577,7 @@ build() {
}
_package() {
- pkgdesc="The $pkgdesc kernel and modules"
+ pkgdesc="Based on the CachyOS kernel, including a patch that fixes low volume issus on Zenbook UX3405MA.304"
depends=('coreutils' 'kmod' 'initramfs')
optdepends=('wireless-regdb: to set the correct wireless channels of your country'
'linux-firmware: firmware images needed for some devices'
@@ -607,7 +606,7 @@ _package() {
}
_package-headers() {
- pkgdesc="Headers and scripts for building modules for the $pkgdesc kernel"
+ pkgdesc="Headers and scripts for building modules for the CachyOS kernel"
depends=('pahole' linux-${pkgsuffix} )
cd ${srcdir}/${_srcname}
@@ -691,7 +690,7 @@ _package-headers() {
}
_package-zfs(){
- pkgdesc="zfs module for the $pkgdesc kernel"
+ pkgdesc="zfs module for the CachyOS kernel"
depends=('pahole' $pkgbase=$_kernver)
provides=('ZFS-MODULE')