[arch-commits] Commit in gvfs/trunk (PKGBUILD gvfsd.hook)
Jan Steffens
heftig at archlinux.org
Wed Feb 19 18:07:04 UTC 2020
Date: Wednesday, February 19, 2020 @ 18:07:04
Author: heftig
Revision: 375886
alpm-hooks should use Type = Path, not File
Modified:
gvfs/trunk/PKGBUILD
gvfs/trunk/gvfsd.hook
------------+
PKGBUILD | 2 +-
gvfsd.hook | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-19 17:31:52 UTC (rev 375885)
+++ PKGBUILD 2020-02-19 18:07:04 UTC (rev 375886)
@@ -19,7 +19,7 @@
source=("git+https://gitlab.gnome.org/GNOME/gvfs.git#commit=$_commit"
gvfsd.hook)
sha256sums=('SKIP'
- '478b9cf7b4c242959fc640dbf0cd4935f16c59b81f5828a3af102d608d7a9d72')
+ 'd3b714db35b2ce75d7f6d528044554decbb9149a98425aff119a071ca0a25282')
prepare() {
cd $pkgbase
Modified: gvfsd.hook
===================================================================
--- gvfsd.hook 2020-02-19 17:31:52 UTC (rev 375885)
+++ gvfsd.hook 2020-02-19 18:07:04 UTC (rev 375886)
@@ -1,5 +1,5 @@
[Trigger]
-Type = File
+Type = Path
Operation = Install
Operation = Upgrade
Operation = Remove
More information about the arch-commits
mailing list