summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFigue2017-11-22 03:02:09 +0100
committerFigue2017-11-22 03:02:09 +0100
commitf4e31951a36f718125a2a8d0bbb5d48975000641 (patch)
tree6f7f841567823cc692348037fe0e251c4d6ea448
parentb142069a70b190122c8867faa93790449b23deff (diff)
downloadaur-f4e31951a36f718125a2a8d0bbb5d48975000641.tar.gz
Modified package description
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f81a14255be4..b5821ee6f104 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,7 +23,7 @@ pkgbase = linux-xanmod-lts
sha256sums_x86_64 = 6c4d909ae6594a2956c257539c8b2f67a8de52d7335be172787d6dc8aca12c99
pkgname = linux-xanmod-lts
- pkgdesc = The Linux kernel and modules with Xanmod patches
+ pkgdesc = The Linux kernel and modules with Xanmod patches - LTS branch
install = linux-lts.install
depends = coreutils
depends = linux-firmware
@@ -33,5 +33,5 @@ pkgname = linux-xanmod-lts
backup = etc/mkinitcpio.d/linux-xanmod-lts.preset
pkgname = linux-xanmod-lts-headers
- pkgdesc = Header files and scripts for building modules for Xanmod Linux kernel
+ pkgdesc = Header files and scripts for building modules for Xanmod Linux kernel - LTS branch
diff --git a/PKGBUILD b/PKGBUILD
index ba92d4e5f775..7df4c6de08b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -87,7 +87,7 @@ build() {
}
_package() {
- pkgdesc="The Linux kernel and modules with Xanmod patches"
+ pkgdesc="The Linux kernel and modules with Xanmod patches - LTS branch"
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country')
backup=("etc/mkinitcpio.d/${pkgbase}.preset")
@@ -149,7 +149,7 @@ _package() {
}
_package-headers() {
- pkgdesc="Header files and scripts for building modules for Xanmod Linux kernel"
+ pkgdesc="Header files and scripts for building modules for Xanmod Linux kernel - LTS branch"
install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"
cd "${srcdir}/linux-${pkgver}-xanmod${xanmod}"
@@ -269,7 +269,6 @@ _package-headers() {
rm -f "${pkgdir}/usr/lib/modules/${_kernver}/build/Documentation/kbuild/Kconfig.select-break"
}
-
pkgname=("${pkgbase}" "${pkgbase}-headers")
for _p in ${pkgname[@]}; do
eval "package_${_p}() {