[arch-commits] Commit in dkms/trunk (PKGBUILD hook.install hook.remove)

Andreas Radke andyrtr at archlinux.org
Sun Apr 26 11:02:14 UTC 2020


    Date: Sunday, April 26, 2020 @ 11:02:14
  Author: andyrtr
Revision: 381603

upgpkg: dkms 2.8.1-2: alpm-hooks should use Type = Path, not File

Modified:
  dkms/trunk/PKGBUILD
  dkms/trunk/hook.install
  dkms/trunk/hook.remove

--------------+
 PKGBUILD     |    6 +++---
 hook.install |    2 +-
 hook.remove  |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-26 10:55:40 UTC (rev 381602)
+++ PKGBUILD	2020-04-26 11:02:14 UTC (rev 381603)
@@ -3,7 +3,7 @@
 
 pkgname=dkms
 pkgver=2.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Dynamic Kernel Modules System'
 arch=('any')
 url='https://github.com/dell/dkms'
@@ -22,8 +22,8 @@
         'hook.sh'
         '0001-Revert-Make-newly-installed-modules-available-immedi.patch')
 md5sums=('SKIP'
-         '90f1486e0af9aab85e8c60d456802c63'
-         '2e8ffd0c2ddec02872d0234befd129fd'
+         'be9784c5c5bbc92fa2d18f0b5f4cd0c4'
+         'b7b9f471a84aecbe063065db98f45162'
          '80632f6a454b35bcade2bed287f13c7b'
          'd3b91ef709f567a375f4bbdbd3291d2b')
 

Modified: hook.install
===================================================================
--- hook.install	2020-04-26 10:55:40 UTC (rev 381602)
+++ hook.install	2020-04-26 11:02:14 UTC (rev 381603)
@@ -1,7 +1,7 @@
 [Trigger]
 Operation = Install
 Operation = Upgrade
-Type = File
+Type = Path
 Target = usr/src/*/dkms.conf
 Target = usr/lib/modules/*/build/include/
 Target = usr/lib/modules/*/modules.alias

Modified: hook.remove
===================================================================
--- hook.remove	2020-04-26 10:55:40 UTC (rev 381602)
+++ hook.remove	2020-04-26 11:02:14 UTC (rev 381603)
@@ -1,7 +1,7 @@
 [Trigger]
 Operation = Upgrade
 Operation = Remove
-Type = File
+Type = Path
 Target = usr/src/*/dkms.conf
 Target = usr/lib/modules/*/build/include/
 Target = usr/lib/modules/*/modules.alias



More information about the arch-commits mailing list