summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Jung2023-02-08 22:14:53 +0100
committerPeter Jung2023-02-08 22:14:53 +0100
commitcac414376a6c4705daad2c76e5c1a470751f6dc5 (patch)
tree5df3448a81b41111b129cb7e4392d5dfb01f475a
parentdd80faa5f6bcc79ad5164fdf9f113f887f887a4e (diff)
downloadaur-cac414376a6c4705daad2c76e5c1a470751f6dc5.tar.gz
fix pkgdesc
Signed-off-by: Peter Jung <admin@ptr1337.dev>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8437a1c10557..26d1e9c81f5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-tip-git
- pkgdesc = Linux NEXT
+ pkgdesc = Linux Kernel based on the tip branch
pkgver = 6.2rc7.r276.gdd8bedde12ac
pkgrel = 1
url = http://www.kernel.org/
@@ -22,7 +22,7 @@ pkgbase = linux-tip-git
sha512sums = 0c4d52c6e7603a0ee13df9ae971a0aadf34ad9ae676904885a0432de393279c8530dce93392a5369e77767d13f0b4ba1086d4c6792df2bfaefc4fcc997ca8c23
pkgname = linux-tip-git
- pkgdesc = The Linux NEXT kernel and modules
+ pkgdesc = The Linux Kernel based on the tip branch kernel and modules
depends = coreutils
depends = kmod
depends = initramfs
@@ -34,6 +34,6 @@ pkgname = linux-tip-git
provides = KSMBD-MODULE
pkgname = linux-tip-git-headers
- pkgdesc = Headers and scripts for building modules for the Linux NEXT kernel
+ pkgdesc = Headers and scripts for building modules for the Linux Kernel based on the tip branch kernel
depends = linux-next-git
depends = pahole
diff --git a/PKGBUILD b/PKGBUILD
index e4628aad67a4..06341eb2fdd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,7 @@ pkgbase=linux-tip-git
pkgver=6.2rc7.r276.gdd8bedde12ac
_srcname=tip
pkgrel=1
-pkgdesc='Linux NEXT'
+pkgdesc='Linux Kernel based on the tip branch'
arch=('x86_64')
url="http://www.kernel.org/"
license=('GPL2')