summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Dray2015-09-29 22:53:05 +0200
committerJustin Dray2015-09-29 22:53:05 +0200
commitb47a0b6c0cde527b33a6fa8744e515ad07a6cfd8 (patch)
treec322c48313ebf01e4cb4aa4f2e80f38e6135e221
parent6d364b95078d073ded475537953e5777300a3c50 (diff)
downloadaur-b47a0b6c0cde527b33a6fa8744e515ad07a6cfd8.tar.gz
Really fixed it
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5af8423858f..d6dc166ca924 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,4 @@
pkgbase = linux-macbook
- pkgdesc = Kernel with patches for the 11,5 and 12,1 macbooks (2015)
pkgver = 4.2.1
pkgrel = 1
url = http://www.kernel.org/
@@ -42,7 +41,7 @@ pkgbase = linux-macbook
sha256sums = 0a8fe4434e930d393c7983e335842f6cb77ee263af5592a0ca7e14bae7296183
pkgname = linux-macbook
- pkgdesc = The Linux-macbook kernel and modules
+ pkgdesc = The Linux-macbook kernel and modules, with patches for 11,4 and 12,1 Macbook pros (2015)
install = linux.install
depends = coreutils
depends = linux-firmware
@@ -52,8 +51,8 @@ pkgname = linux-macbook
backup = etc/mkinitcpio.d/linux-macbook.preset
pkgname = linux-macbook-headers
- pkgdesc = Header files and scripts for building modules for Linux-macbook kernel
+ pkgdesc = Header files and scripts for building modules for Linux-macbook kernel, with patches for 11,4 and 12,1 Macbook pros (2015)
pkgname = linux-macbook-docs
- pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux-macbook kernel
+ pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux-macbook kernel, with patches for 11,4 and 12,1 Macbook pros (2015)
diff --git a/PKGBUILD b/PKGBUILD
index abd0963366eb..579a89885d6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,6 @@ pkgbase=linux-macbook # Build stock -ARCH kernel
_srcname=linux-4.2
pkgver=4.2.1
pkgrel=1
-pkgdesc="Kernel with patches for the 11,5 and 12,1 macbooks (2015)"
arch=('i686' 'x86_64')
url="http://www.kernel.org/"
license=('GPL2')
@@ -122,7 +121,7 @@ build() {
}
_package() {
- pkgdesc="The ${pkgbase/linux/Linux} kernel and modules"
+ pkgdesc="The ${pkgbase/linux/Linux} kernel and modules, with patches for 11,4 and 12,1 Macbook pros (2015)"
[ "${pkgbase}" = "linux" ] && groups=('base')
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country')
@@ -181,7 +180,7 @@ _package() {
}
_package-headers() {
- pkgdesc="Header files and scripts for building modules for ${pkgbase/linux/Linux} kernel"
+ pkgdesc="Header files and scripts for building modules for ${pkgbase/linux/Linux} kernel, with patches for 11,4 and 12,1 Macbook pros (2015)"
install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"
@@ -298,7 +297,7 @@ _package-headers() {
}
_package-docs() {
- pkgdesc="Kernel hackers manual - HTML documentation that comes with the ${pkgbase/linux/Linux} kernel"
+ pkgdesc="Kernel hackers manual - HTML documentation that comes with the ${pkgbase/linux/Linux} kernel, with patches for 11,4 and 12,1 Macbook pros (2015)"
cd "${srcdir}/${_srcname}"