summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--linux.install5
3 files changed, 4 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b88ba0d99f8..117bfa57ddb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-clear
pkgver = 4.15.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64
license = GPL2
@@ -16,7 +16,7 @@ pkgbase = linux-clear
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.15.tar.sign
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.15.3.xz
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.15.3.sign
- source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.15.2-523
+ source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.15.3-528
source = https://downloadmirror.intel.com/27337/eng/microcode-20171117.tgz
source = 60-linux.hook
source = 90-linux.hook
diff --git a/PKGBUILD b/PKGBUILD
index 7cb31e82b5b1..acbdcc74d027 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ pkgbase=linux-clear
__basekernel=4.15
_minor=3
pkgver=${__basekernel}.${_minor}
-_clearver=${__basekernel}.2-523
-pkgrel=1
+_clearver=${__basekernel}.3-528
+pkgrel=2
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux"
license=('GPL2')
diff --git a/linux.install b/linux.install
index 37ba37494605..bb2f675cbb05 100644
--- a/linux.install
+++ b/linux.install
@@ -3,8 +3,3 @@ post_upgrade() {
echo "WARNING: /boot appears to be a separate partition but is not mounted."
fi
}
-
-post_remove() {
- rm -f boot/initramfs-%PKGBASE%.img
- rm -f boot/initramfs-%PKGBASE%-fallback.img
-}