summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordysphoria2016-04-26 18:42:43 +0100
committerdysphoria2016-04-26 18:42:43 +0100
commit0f2f295f5158bab6b0b6f861a110357f7b02f25b (patch)
treef39f00c3ff5b882315169e876f5a276821bcab91
parent240c3af9e6c3f853ae198341d64c03c9ac425ca0 (diff)
downloadaur-0f2f295f5158bab6b0b6f861a110357f7b02f25b.tar.gz
[pkg] update PKGBUILD and SRCINFO
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD4
2 files changed, 12 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ad0028c214d..5146e969514b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Wed Apr 20 22:23:25 UTC 2016
+# Tue Apr 26 17:42:02 UTC 2016
pkgbase = linux-lts-tomoyo
- pkgver = 4.4.7
+ pkgver = 4.4.8
pkgrel = 1
url = http://www.kernel.org/
arch = i686
@@ -12,14 +12,11 @@ pkgbase = linux-lts-tomoyo
makedepends = kmod
makedepends = inetutils
makedepends = bc
- provides = linux-lts
- provides = linux-tomoyo
- provides = linux-lts-tomoyo
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.4.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.4.tar.sign
- source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.4.7.xz
- source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.4.7.sign
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.4.8.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.4.8.sign
source = config
source = config.x86_64
source = linux-lts-tomoyo.preset
@@ -27,7 +24,7 @@ pkgbase = linux-lts-tomoyo
source = 0001-sdhci-revert.patch
sha256sums = 401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2
sha256sums = SKIP
- sha256sums = 34a0e0bc123fe2224a83e13a4da25f7f816438fd77c58dce19588441f5166f0e
+ sha256sums = 11ec99ae0600bd831ff8d71b77e64592f4b6918b7857fd9ff0284ea4cf267b4e
sha256sums = SKIP
sha256sums = b11702727b1503e5a613946790978481d34d8ecc6870337fadd3ce1ef084a8e2
sha256sums = 68c7296ff2f5f55d69e83aa4d20f925df740b1eb1e6bdb0f13e8a170360ed09f
@@ -36,27 +33,28 @@ pkgbase = linux-lts-tomoyo
sha256sums = 5313df7cb5b4d005422bd4cd0dae956b2dadba8f3db904275aaf99ac53894375
pkgname = linux-lts-tomoyo
- pkgdesc = The Linux-lts-tomoyo kernel and modules
+ pkgdesc = The Linux lts kernel with TOMOYO configuration
install = linux-lts-tomoyo.install
depends = coreutils
depends = linux-firmware
depends = kmod
depends = mkinitcpio>=0.7
optdepends = crda: to set the correct wireless channels of your country
- provides = kernel26-lts-tomoyo=4.4.7
+ provides = kernel26-lts-tomoyo=4.4.8
+ provides = linux-tomoyo=4.4.8
conflicts = kernel26-lts-tomoyo
replaces = kernel26-lts-tomoyo
backup = etc/mkinitcpio.d/linux-lts-tomoyo.preset
pkgname = linux-lts-tomoyo-headers
pkgdesc = Header files and scripts for building modules for Linux-lts-tomoyo kernel
- provides = kernel26-lts-tomoyo-headers=4.4.7
+ provides = kernel26-lts-tomoyo-headers=4.4.8
conflicts = kernel26-lts-tomoyo-headers
replaces = kernel26-lts-tomoyo-headers
pkgname = linux-lts-tomoyo-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux-lts-tomoyo kernel
- provides = kernel26-lts-tomoyo-docs=4.4.7
+ provides = kernel26-lts-tomoyo-docs=4.4.8
conflicts = kernel26-lts-tomoyo-docs
replaces = kernel26-lts-tomoyo-docs
diff --git a/PKGBUILD b/PKGBUILD
index e4ac40b33332..1437e1a4902f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -103,11 +103,11 @@ build() {
}
_package() {
- pkgdesc="The Linux lts kernel with TOMOYO configuration."
+ pkgdesc="The Linux lts kernel with TOMOYO configuration"
[ "${pkgbase}" = "linux" ] && groups=('base')
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country')
- provides=("kernel26${_kernelname}=${pkgver}" 'linux-tomoyo')
+ provides=("kernel26${_kernelname}=${pkgver}" "linux-tomoyo=${pkgver}")
conflicts=("kernel26${_kernelname}")
replaces=("kernel26${_kernelname}")
backup=("etc/mkinitcpio.d/${pkgbase}.preset")