aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsaber-nyan2019-11-13 21:01:24 +0300
committersaber-nyan2019-11-13 21:01:24 +0300
commite1f73e41da1ce1bb5bc463a6083bb9f9c5ad1435 (patch)
tree0d211be4de883088f04a2fddd2fb85ba1b5825e3 /PKGBUILD
parentd12aa76397c2658191b70edb1cd3e241a07654b8 (diff)
downloadaur-kernel-modules-hook.tar.gz
Finally fixed new kernel installation issues
Closes #8, thanks @cptpcrd!
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84056106c31f..8ffb97b7ba8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Artoria Pendragon <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.6
+pkgver=0.1.7
pkgrel=1
pkgdesc="Keeps your system fully functional after a kernel upgrade"
arch=('any')
@@ -9,17 +9,15 @@ url="https://github.com/saber-nyan/kernel-modules-hook"
license=('UNLICENSE')
depends=('rsync')
install="${pkgname}.install"
-source=(
- "linux-modules-cleanup.conf"
+source=("linux-modules-cleanup.conf"
"linux-modules-cleanup.service"
"10-linux-modules-post.hook"
"10-linux-modules-pre.hook"
- "UNLICENSE"
- )
+ "UNLICENSE")
sha256sums=('4169b44c297ddb7aad2220c6eba7c7942e3396f92528c59617955ab5560cb4cf'
'5d947290ef8c94b33c79c531e5615f4c9bea38e7649092d34af3bf0af5b1ca24'
- '1161c1462c59acad138b9dd4b5befe7044105c6486cbfc71612139c3ab7f44ff'
- '68b5e26debc6a20c02279980f37201a03cc6b79219af4a596fa497107b9698b3'
+ '900502d030e925fca6188b9448fbaf6562d6e23cd5c50938cdf00522825f76c2'
+ 'f7ea2947c3fbe1510b3ea5cc5793b8197f0718dcb12daea3da9b27b3cf1c4116'
'7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c')
package() {