summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2016-03-03 16:22:14 -0500
committergraysky2016-03-03 16:22:14 -0500
commit257179de52b5ec7566bf9d1b94bfc4f563160516 (patch)
tree98cac08e16e23a31f52f3325ac11679f4c2b60b7
parentadc62627c04e2f7b270ec5d9745fccad537a6eb2 (diff)
downloadaur-257179de52b5ec7566bf9d1b94bfc4f563160516.tar.gz
Update to 4.4.4rc1-2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98d9e36f9f97..4cdc645a3884 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 3 21:19:01 UTC 2016
+# Thu Mar 3 21:22:12 UTC 2016
pkgbase = linux-rc
pkgver = 4.4.4rc1
- pkgrel = 1
+ pkgrel = 2
url = http://www.kernel.org/
arch = i686
arch = x86_64
@@ -31,7 +31,7 @@ pkgbase = linux-rc
sha256sums = 5313df7cb5b4d005422bd4cd0dae956b2dadba8f3db904275aaf99ac53894375
pkgname = linux-rc
- pkgdesc = The Linux-rc kernel and modules
+ pkgdesc = The release candidate kernel and modules
install = linux.install
depends = coreutils
depends = linux-firmware
@@ -41,5 +41,5 @@ pkgname = linux-rc
backup = etc/mkinitcpio.d/linux-rc.preset
pkgname = linux-rc-headers
- pkgdesc = Header files and scripts for building modules for Linux-rc kernel
+ pkgdesc = Header files and scripts for building modules for the linux-rc kernel
diff --git a/PKGBUILD b/PKGBUILD
index 9373d1edb449..e1632cbb3587 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgbase=linux-rc # Build kernel with a different name
_srcname=linux-4.4.3
pkgver=4.4.4rc1
_patchname=patch-4.4.4-rc1
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://www.kernel.org/"
license=('GPL2')
@@ -97,7 +97,7 @@ build() {
}
_package() {
- pkgdesc="The ${pkgbase/linux/Linux} kernel and modules"
+ pkgdesc="The release candidate kernel and modules"
[ "${pkgbase}" = "linux" ] && groups=('base')
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country')
@@ -156,7 +156,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 the linux-rc kernel"
install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"