aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaber-nyan2019-01-31 14:08:48 +0300
committersaber-nyan2019-01-31 14:08:48 +0300
commiteabd3ea8ebe6486739341fbc4061dab938624867 (patch)
treec1fc2bdea6a03aa6eb5ec989ffeee27ac82a3fa7
parent938505b97a4a478e41cbd3ad2911db48c825d572 (diff)
downloadaur-eabd3ea8ebe6486739341fbc4061dab938624867.tar.gz
Forgot to change hook type (#3)
-rw-r--r--.SRCINFO6
-rw-r--r--10-linux-modules-post.hook2
-rw-r--r--10-linux-modules-pre.hook2
-rw-r--r--PKGBUILD6
4 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af1c8c2d851d..83185926c274 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kernel-modules-hook
pkgdesc = Keeps your system fully functional after a kernel upgrade
- pkgver = 0.1.3
+ pkgver = 0.1.4
pkgrel = 1
url = https://github.com/saber-nyan/kernel-modules-hook
install = kernel-modules-hook.install
@@ -13,8 +13,8 @@ pkgbase = kernel-modules-hook
source = 10-linux-modules-pre.hook
sha256sums = 4169b44c297ddb7aad2220c6eba7c7942e3396f92528c59617955ab5560cb4cf
sha256sums = 5d947290ef8c94b33c79c531e5615f4c9bea38e7649092d34af3bf0af5b1ca24
- sha256sums = 94eaaeb612e30992bf0197cb785b3ec1b8e09fc6b2ea437bd59bc4f87f828e76
- sha256sums = 81cb83bb2a352e4d3ab32bb12bc4f7ad6624e3f6b63dc176d881c73425792633
+ sha256sums = b8b5e939c49e77fb7a12cd4cd9743951a949ba6c48ca18e4f9d55653e9e58da2
+ sha256sums = dbb765909596454d651023fdde2fc97b6ab26733fae39f5a45f4ae235681d4e6
pkgname = kernel-modules-hook
diff --git a/10-linux-modules-post.hook b/10-linux-modules-post.hook
index fda81ac996d9..c37f9f63fb0f 100644
--- a/10-linux-modules-post.hook
+++ b/10-linux-modules-post.hook
@@ -1,6 +1,6 @@
[Trigger]
Operation = Upgrade
-Type = Package
+Type = File
Target = boot/vmlinuz*
[Action]
diff --git a/10-linux-modules-pre.hook b/10-linux-modules-pre.hook
index 7ec698730139..5002b3491732 100644
--- a/10-linux-modules-pre.hook
+++ b/10-linux-modules-pre.hook
@@ -1,6 +1,6 @@
[Trigger]
Operation = Upgrade
-Type = Package
+Type = File
Target = boot/vmlinuz*
diff --git a/PKGBUILD b/PKGBUILD
index d7b8815efc76..59b6cc0f0c8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: saber-nyan <saber-nyan@ya.ru>
# Hooks: https://www.reddit.com/r/archlinux/comments/4zrsc3/keep_your_system_fully_functional_after_a_kernel/d6yin0r/
pkgname=kernel-modules-hook
-pkgver=0.1.3
+pkgver=0.1.4
pkgrel=1
pkgdesc="Keeps your system fully functional after a kernel upgrade"
arch=('any')
@@ -18,8 +18,8 @@ source=(
sha256sums=(
"4169b44c297ddb7aad2220c6eba7c7942e3396f92528c59617955ab5560cb4cf"
"5d947290ef8c94b33c79c531e5615f4c9bea38e7649092d34af3bf0af5b1ca24"
- "94eaaeb612e30992bf0197cb785b3ec1b8e09fc6b2ea437bd59bc4f87f828e76"
- "81cb83bb2a352e4d3ab32bb12bc4f7ad6624e3f6b63dc176d881c73425792633"
+ "b8b5e939c49e77fb7a12cd4cd9743951a949ba6c48ca18e4f9d55653e9e58da2"
+ "dbb765909596454d651023fdde2fc97b6ab26733fae39f5a45f4ae235681d4e6"
)
package() {