[arch-commits] Commit in shared-mime-info/trunk (PKGBUILD update-mime-database.hook)

Andreas Radke andyrtr at archlinux.org
Sun Jan 19 10:31:40 UTC 2020


    Date: Sunday, January 19, 2020 @ 10:31:39
  Author: andyrtr
Revision: 373700

upgpkg: shared-mime-info 1.15-2: alpm-hooks should use Type = Path, not File

Modified:
  shared-mime-info/trunk/PKGBUILD
  shared-mime-info/trunk/update-mime-database.hook

---------------------------+
 PKGBUILD                  |    4 ++--
 update-mime-database.hook |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-19 10:26:21 UTC (rev 373699)
+++ PKGBUILD	2020-01-19 10:31:39 UTC (rev 373700)
@@ -3,7 +3,7 @@
 
 pkgname=shared-mime-info
 pkgver=1.15
-pkgrel=1
+pkgrel=2
 pkgdesc="Freedesktop.org Shared MIME Info"
 arch=('x86_64')
 license=('GPL2')
@@ -14,7 +14,7 @@
 source=(https://gitlab.freedesktop.org/xdg/shared-mime-info/uploads/b27eb88e4155d8fccb8bb3cd12025d5b/$pkgname-$pkgver.tar.xz
         update-mime-database.hook)
 sha256sums=('f482b027437c99e53b81037a9843fccd549243fd52145d016e9c7174a4f5db90'
-            '7ecdd55ff7c4331e188cf46debbcc5660edb0e2bbeb4dd87cc5b87278c292821')
+            '58ed2c38bf2c78276a309d2e24040ed159868b0f04e72a6b039ea803e45ff6f0')
 options=(!makeflags)
 
 build() {

Modified: update-mime-database.hook
===================================================================
--- update-mime-database.hook	2020-01-19 10:26:21 UTC (rev 373699)
+++ update-mime-database.hook	2020-01-19 10:31:39 UTC (rev 373700)
@@ -1,5 +1,5 @@
 [Trigger]
-Type = File
+Type = Path
 Operation = Install
 Operation = Upgrade
 Operation = Remove



More information about the arch-commits mailing list