aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Koch2023-03-05 20:06:39 +0100
committerAlexander Koch2023-03-05 20:06:39 +0100
commit5ad7ef72116b679554e372fb7a6b85bc628d3887 (patch)
tree17a12e203e4249a38e3660b3dc0bc7d6b92d37e4 /PKGBUILD
parentaf0debe1887beac05bc306a072d5dd1820db357d (diff)
downloadaur-5ad7ef72116b679554e372fb7a6b85bc628d3887.tar.gz
Set package project URL, fix description
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d7c3fb4fa41..c07c4e526d0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,11 @@ pkgbase=linux-aarch64-lts
_srcname=linux-6.1
_kernelname=${pkgbase#linux}
_desc='AArch64 multi-platform LTS'
+pkgdesc="The Linux Kernel and modules - ${_desc}"
pkgver=6.1.15
pkgrel=1
arch=('aarch64')
-url='https://www.kernel.org'
+url='https://github.com/lynix/linux-aarch64-lts'
license=('GPL2')
makedepends=(
'xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools'
@@ -76,7 +77,6 @@ build() {
}
_package() {
- pkgdesc="The Linux Kernel and modules - ${_desc}"
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=(
'wireless-regdb: to set the correct wireless channels of your country'