summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOliver Mangold2022-12-02 16:55:10 +0100
committerOliver Mangold2022-12-02 16:55:10 +0100
commit783bc997d0ace266fdabbdba6ab024592c535aea (patch)
tree8feaf02f4a9f853ad2f6cfb9cb54fdc1b29f93eb /PKGBUILD
parent7495b8cfdc0dc2056bd0523b4016c391ed5c3d55 (diff)
downloadaur-783bc997d0ace266fdabbdba6ab024592c535aea.tar.gz
- simplifying pacman hooks, trigger on path, not package name
- fix pre-upgrade, remove all links in /usr/lib/modules
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e36e64660b15..04b8f97728cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Oliver Mangold <o.mangold@gmail.com>
pkgname=kmodcache
-pkgver=1.3
+pkgver=1.4
pkgrel=1
pkgdesc="Scripts to make a copy of installed kernel modules, which will be used for on-demand loading from then point on, thus make reboots unnecessary after kernel updates."
arch=('any')