summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2020-03-04 22:02:18 +0100
committerPiotr Gorski2020-03-04 22:02:18 +0100
commit87afe8a9d6cdbe130fb644355c303db51c4287b3 (patch)
tree3eeee28e48da40d751048c5425eb7c02313debad
parentc93140ab598c1eaa1741abb7de0b2e8448c9813f (diff)
downloadaur-87afe8a9d6cdbe130fb644355c303db51c4287b3.tar.gz
alpm-hooks should use Type = Path, not File
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--70-uml.hook2
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 935c6b2b8d45..f7cf4fb1b7f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-usermode
pkgdesc = User mode Linux kernel and modules
pkgver = 5.5.7
- pkgrel = 1
+ pkgrel = 2
url = http://user-mode-linux.sourceforge.net/
arch = x86_64
license = GPL2
@@ -17,7 +17,7 @@ pkgbase = linux-usermode
sha256sums = b843ef331290559c5cfce99616165154899e3d7906898ec7de5054efd39f7e48
sha256sums = SKIP
sha256sums = 51fa0cca6e35f0cad4ed2ec402d44e79a5357ef6df247512b14093d962f537e2
- sha256sums = 452b8d4d71e1565ca91b1bebb280693549222ef51c47ba8964e411b2d461699c
+ sha256sums = 05ea4e00d1e99bf8140a21c94e3c42acf17b9debad9c6f5decbe1dd1fe04332c
pkgname = linux-usermode
diff --git a/70-uml.hook b/70-uml.hook
index 584ce35372b0..d424afd06955 100644
--- a/70-uml.hook
+++ b/70-uml.hook
@@ -1,5 +1,5 @@
[Trigger]
-Type = File
+Type = Path
Operation = Install
Operation = Upgrade
Operation = Remove
diff --git a/PKGBUILD b/PKGBUILD
index 49fc9dd1c453..0869b03dbf42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _major=5.5
_minor=7
pkgver=${_major}.${_minor}
_srcname=linux-${pkgver}
-pkgrel=1
+pkgrel=2
pkgdesc="User mode Linux kernel and modules"
arch=('x86_64')
license=('GPL2')
@@ -23,7 +23,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v5.x/linux-${pkgver}.tar.xz"
sha256sums=('b843ef331290559c5cfce99616165154899e3d7906898ec7de5054efd39f7e48'
'SKIP'
'51fa0cca6e35f0cad4ed2ec402d44e79a5357ef6df247512b14093d962f537e2'
- '452b8d4d71e1565ca91b1bebb280693549222ef51c47ba8964e411b2d461699c')
+ '05ea4e00d1e99bf8140a21c94e3c42acf17b9debad9c6f5decbe1dd1fe04332c')
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds