summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordysphr@aur2015-08-13 11:56:35 +0100
committerdysphr@aur2015-08-13 11:56:35 +0100
commit3553000fa4d214b006556fcf37f32a4d8e0f276d (patch)
treec56f786404e1016d98a490b1c4da363090bf9a61
parent3c45d600db37955f52bf9bfe9e6a615d383fa129 (diff)
downloadaur-3553000fa4d214b006556fcf37f32a4d8e0f276d.tar.gz
bump to latest version
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD5
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7dd03cb3bba6..9407710d2c09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-tomoyo
- pkgver = 4.1.3
+ pkgver = 4.1.5
pkgrel = 1
url = http://www.kernel.org/
arch = i686
@@ -10,11 +10,12 @@ pkgbase = linux-tomoyo
makedepends = kmod
makedepends = inetutils
makedepends = bc
+ provides = linux
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.1.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.1.tar.sign
- source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.1.3.xz
- source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.1.3.sign
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.1.5.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.1.5.sign
source = config
source = config.x86_64
source = linux-tomoyo.preset
@@ -25,7 +26,7 @@ pkgbase = linux-tomoyo
source = change-default-console-loglevel.patch
sha256sums = caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f
sha256sums = SKIP
- sha256sums = b949517b832af2fc90c57a35e475340f32c186f391cbdbfbe0aba7720dbb0b3e
+ sha256sums = b495cf8a7b978986dd2b757b687751c62f635d15cc2228edb80934bc0d449dcc
sha256sums = SKIP
sha256sums = f4c6a5c2fc0ee2b792e43f4c1846b995051901a502fb97885d2296af55fa193d
sha256sums = 58d49d4a3f6152394d903fd09113116fa3a0939d7d7ee419b2edbbd0c30e1755
@@ -44,20 +45,20 @@ pkgname = linux-tomoyo
depends = kmod
depends = mkinitcpio>=0.7
optdepends = crda: to set the correct wireless channels of your country
- provides = kernel26-tomoyo=4.1.3
+ provides = kernel26-tomoyo=4.1.5
conflicts = kernel26-tomoyo
replaces = kernel26-tomoyo
backup = etc/mkinitcpio.d/linux-tomoyo.preset
pkgname = linux-tomoyo-headers
pkgdesc = Header files and scripts for building modules for Linux-tomoyo kernel
- provides = kernel26-tomoyo-headers=4.1.3
+ provides = kernel26-tomoyo-headers=4.1.5
conflicts = kernel26-tomoyo-headers
replaces = kernel26-tomoyo-headers
pkgname = linux-tomoyo-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux-tomoyo kernel
- provides = kernel26-tomoyo-docs=4.1.3
+ provides = kernel26-tomoyo-docs=4.1.5
conflicts = kernel26-tomoyo-docs
replaces = kernel26-tomoyo-docs
diff --git a/PKGBUILD b/PKGBUILD
index 471adf2aa5f6..b8bdd5d132d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,13 @@
#pkgbase=linux # Build stock -ARCH kernel
pkgbase=linux-tomoyo # Build kernel with a different name
_srcname=linux-4.1
-pkgver=4.1.3
+pkgver=4.1.5
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.kernel.org/"
license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc')
+provides=('linux')
options=('!strip')
source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
"https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign"
@@ -30,7 +31,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
'change-default-console-loglevel.patch')
sha256sums=('caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f'
'SKIP'
- 'b949517b832af2fc90c57a35e475340f32c186f391cbdbfbe0aba7720dbb0b3e'
+ 'b495cf8a7b978986dd2b757b687751c62f635d15cc2228edb80934bc0d449dcc'
'SKIP'
'f4c6a5c2fc0ee2b792e43f4c1846b995051901a502fb97885d2296af55fa193d'
'58d49d4a3f6152394d903fd09113116fa3a0939d7d7ee419b2edbbd0c30e1755'